Make this test more lenient; with SmallVector now using actually
authorDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:47:50 +0000 (18:47 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Mar 2010 18:47:50 +0000 (18:47 +0000)
commit5ffc72e7ced7b9187fdbbae4f0606c3b518fa34e
treef4235808d67167cc8e98e04379abbefc43b67260
parentd1ec31dca534a8816d7f2fcbfdc7ed4476b471d3
Make this test more lenient; with SmallVector now using actually
aligned storage, the capacity may be more than what is explicitly
requested.

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