Add an insert() method to MapVector. Adds the first MapVector unit test.
[oota-llvm.git] / unittests / ADT / ImmutableMapTest.cpp
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...