diff -r be6fe0ea99b5 -r 825647d4eca7 src/work/klao/iter_map_test.cc --- a/src/work/klao/iter_map_test.cc Wed Apr 21 19:10:59 2004 +0000 +++ b/src/work/klao/iter_map_test.cc Wed Apr 21 19:52:09 2004 +0000 @@ -225,5 +225,9 @@ cout << " " << a; } cout << endl; + + cout << "Removing 10 from the map...\n"; + test.remove(10); + print(test,2); } }