[C++11] Add unit tests for OwningPtr<T> in preparation for changes to make
[oota-llvm.git] / unittests / ADT / ImmutableMapTest.cpp
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...