Fixed MultiLevelHashMap double registration of unit test
authorkhizmax <libcds.dev@gmail.com>
Sun, 23 Aug 2015 15:42:56 +0000 (18:42 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 23 Aug 2015 15:42:56 +0000 (18:42 +0300)
tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp
tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp

index a01fc0fe468b78711b1011224bd1c3d755d5af8a..43cb36452b9e2eb14512a3bdd3e514b8ea64998d 100644 (file)
@@ -136,5 +136,3 @@ namespace map {
     }
 
 } // namespace map
-
-CPPUNIT_TEST_SUITE_REGISTRATION(map::MultiLevelHashMapHdrTest);
index 935ff8785ac6bc2d04ec67ea11718f2a71909415..5ce8d55df8336d728650a5f638953a396b0eec24 100644 (file)
@@ -203,5 +203,4 @@ namespace set {
         test_hp<set_type2, hash_type::make>(4, 3);
     }
 
-
 } // namespace set