Add SmallString test trying to exercise the realloc() code path
authorYaron Keren <yaron.keren@gmail.com>
Tue, 11 Aug 2015 17:35:49 +0000 (17:35 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Tue, 11 Aug 2015 17:35:49 +0000 (17:35 +0000)
commit539661280d2f265f9b63613d82db602e676961a4
treeec4c0230e5c8fde219352c5b818540132ca3b23c
parenta5ccfee2752b920815135b1dd7391c1aa5fddcf2
Add SmallString test trying to exercise the realloc() code path
by allocating a small size (will go through malloc) and then large size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244637 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/SmallStringTest.cpp