Removed std::map w/o sync from map_insfind_int test
[libcds.git] / tests / unit / map2 / map_insfind_int_std.cpp
index 473fb746d713b42f020e22027227d1f5a6cf73ec..f68b0c13aa5549bfd6cafb5bc486cef04eba9d19 100644 (file)
@@ -1,9 +1,12 @@
 //$$CDS-header$$
 
 #include "map2/map_insfind_int.h"
+#include "map2/map_type_std.h"
+
+#undef TEST_CASE
+#define TEST_CASE(TAG, X)  void Map_InsFind_int::X() { run_test<typename map_type< TAG, key_type, value_type>::X>(); }
+#include "map2/map_defs.h"
 
 namespace map2 {
-    CPPUNIT_TEST_SUITE_PART( Map_InsFind_int, run_StdMap )
-        CDSUNIT_TEST_StdMap
-    CPPUNIT_TEST_SUITE_END_PART()
+    CDSUNIT_DECLARE_StdMap
 } // namespace map2