Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it is...
authorMichael Gottesman <mgottesman@apple.com>
Sat, 31 Oct 2015 05:23:53 +0000 (05:23 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 31 Oct 2015 05:23:53 +0000 (05:23 +0000)
commit23a49a637b65f1f16a5020230c946d894dae336a
treed73a3ec0168145d6ebebef294ff9ce0fdadda4cb
parent2cbdea79bd9ba472aeeaacb32b3b01b67f542624
Add a unittest for SmallDenseMap that tests assigning a SmallDenseMap when it is not small.

This complements CopyConstructorNotSmallTest. If we are testing the copy
constructor in such a way, we should also probably test assignment in the same
way.

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