From: khizmax Date: Wed, 9 Dec 2015 17:33:49 +0000 (+0300) Subject: Removed std::map w/o sync from map_insfind_int test X-Git-Tag: v2.1.0~41 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7eff7c0e5e63630f93bd7ce16896390e569a8c6a;p=libcds.git Removed std::map w/o sync from map_insfind_int test --- diff --git a/tests/unit/map2/map_insfind_int.h b/tests/unit/map2/map_insfind_int.h index 57e59c7f..1f2a4694 100644 --- a/tests/unit/map2/map_insfind_int.h +++ b/tests/unit/map2/map_insfind_int.h @@ -203,7 +203,6 @@ namespace map2 { CDSUNIT_DECLARE_RefinableMap CDSUNIT_DECLARE_CuckooMap CDSUNIT_DECLARE_StdMap - CDSUNIT_DECLARE_StdMap_NoLock CPPUNIT_TEST_SUITE(Map_InsFind_int) CDSUNIT_TEST_MichaelMap @@ -220,7 +219,6 @@ namespace map2 { CDSUNIT_TEST_StripedMap CDSUNIT_TEST_RefinableMap CDSUNIT_TEST_StdMap - CDSUNIT_TEST_StdMap_NoLock CPPUNIT_TEST_SUITE_END(); }; } // namespace map2 diff --git a/tests/unit/map2/map_insfind_int_std.cpp b/tests/unit/map2/map_insfind_int_std.cpp index bbeaac90..f68b0c13 100644 --- a/tests/unit/map2/map_insfind_int_std.cpp +++ b/tests/unit/map2/map_insfind_int_std.cpp @@ -9,5 +9,4 @@ namespace map2 { CDSUNIT_DECLARE_StdMap - CDSUNIT_DECLARE_StdMap_NoLock } // namespace map2