X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tests%2Funit%2Fmap2%2Fmap_insdel_item_int_split.cpp;h=8915a7734ddfe146722556bae9e31b6a437b0a3e;hb=e4329b6fc7b032c9aeb4a7d8ffa224724deab11b;hp=40c48aea99f9e6fd6f5c16cbc1f33f1a2c0df30a;hpb=f6e850d5045fe1fad28e440907b0f3b710d7a0be;p=libcds.git diff --git a/tests/unit/map2/map_insdel_item_int_split.cpp b/tests/unit/map2/map_insdel_item_int_split.cpp index 40c48aea..8915a773 100644 --- a/tests/unit/map2/map_insdel_item_int_split.cpp +++ b/tests/unit/map2/map_insdel_item_int_split.cpp @@ -3,10 +3,10 @@ #include "map2/map_insdel_item_int.h" #include "map2/map_type_split_list.h" -namespace map2 { - CDSUNIT_DEFINE_SplitList( cc::split_list::implementation_tag, Map_InsDel_Item_int ) +#undef TEST_CASE +#define TEST_CASE(TAG, X) void Map_InsDel_Item_int::X() { run_test::X>(); } +#include "map2/map_defs.h" - CPPUNIT_TEST_SUITE_PART( Map_InsDel_Item_int, run_SplitList ) - CDSUNIT_TEST_SplitList - CPPUNIT_TEST_SUITE_END_PART() +namespace map2 { + CDSUNIT_DECLARE_SplitList } // namespace map2