[PATCH] Add standard insert overloads to StringMap

David Blaikie dblaikie at gmail.com
Thu Jun 19 07:17:35 PDT 2014


================
Comment at: unittests/ADT/StringMapTest.cpp:233
@@ +232,3 @@
+  EXPECT_EQ(1, t.getNumBuckets());
+  EXPECT_EQ(3916023477, HashString("abcdef"));
+
----------------
What is this EXPECT test for?

http://reviews.llvm.org/D4153






More information about the llvm-commits mailing list