From: khizmax Date: Sun, 23 Aug 2015 15:42:56 +0000 (+0300) Subject: Fixed MultiLevelHashMap double registration of unit test X-Git-Tag: v2.1.0~149 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59fd922bfd0a9bd9e0652f2ce9016c322e45e33c;p=libcds.git Fixed MultiLevelHashMap double registration of unit test --- diff --git a/tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp b/tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp index a01fc0fe..43cb3645 100644 --- a/tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp +++ b/tests/test-hdr/map/hdr_multilevel_hashmap_dhp.cpp @@ -136,5 +136,3 @@ namespace map { } } // namespace map - -CPPUNIT_TEST_SUITE_REGISTRATION(map::MultiLevelHashMapHdrTest); diff --git a/tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp b/tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp index 935ff878..5ce8d55d 100644 --- a/tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp +++ b/tests/test-hdr/set/hdr_multilevel_hashset_dhp.cpp @@ -203,5 +203,4 @@ namespace set { test_hp(4, 3); } - } // namespace set