Add a missing 'else'. Found by grep '} if'
[oota-llvm.git] / unittests / ADT / ImmutableMapTest.cpp
2012-10-14 Benjamin KramerFix a typo that made ImmutableMap::getMaxElement()...