Fixed SmallMap test. The order of items is undefined in DenseMap. So being checking...
authorStepan Dyatkovskiy <stpworld@narod.ru>
Thu, 26 Apr 2012 18:45:24 +0000 (18:45 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Thu, 26 Apr 2012 18:45:24 +0000 (18:45 +0000)
commit5c77bc29db1ddf4664c2ed16da9da08d29ab3226
tree0886f27c4c34611a915222f6f5b08e800ca351cc
parent37abe8df4a4e74513e2daa0cdf0b801bec94dade
Fixed SmallMap test. The order of items is undefined in DenseMap. So being checking the increment for big mode, we can only check that all items are in map.

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