SmallVectorTest: Remove some more robust checks added in r210429 since they caught...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Jun 2014 17:33:47 +0000 (17:33 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 8 Jun 2014 17:33:47 +0000 (17:33 +0000)
commit16aac741f6d84448323e844e6e4b7216393a5ad1
tree6816300624d4de38a23dfcb8bf8461b77254821a
parent9262e52075b293289f91ccab06d04536d3d53a46
SmallVectorTest: Remove some more robust checks added in r210429 since they caught some bugs I haven't fixed yet.

Specifically this caused inserting an element from a SmallVector into
itself when such an insertion would cause a reallocation. We have code
to handle this for non-reallocating cases, but it's not robust against
reallocation.

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