X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Fstress%2Fset%2Fset_type_std.h;h=20b9db8065839ef70104324b91814b0cbfbddc2b;hb=a9e4ba7cc59a89d31bc01acd2626952e1bb8b667;hp=c4481cf42b789ee9aa406eb4ee84e59cc9f3e417;hpb=755e340bdd34d88c52e7aa4f1b08395c3cdca816;p=libcds.git diff --git a/test/stress/set/set_type_std.h b/test/stress/set/set_type_std.h index c4481cf4..20b9db80 100644 --- a/test/stress/set/set_type_std.h +++ b/test/stress/set/set_type_std.h @@ -1,7 +1,7 @@ /* This file is a part of libcds - Concurrent Data Structures library - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ @@ -258,8 +258,6 @@ namespace set { #define CDSSTRESS_StdSet( fixture, test_case, key_type, value_type ) \ CDSSTRESS_StdSet_case( fixture, test_case, StdSet_Spin, key_type, value_type ) \ - CDSSTRESS_StdSet_case( fixture, test_case, StdSet_Mutex, key_type, value_type ) \ CDSSTRESS_StdSet_case( fixture, test_case, StdHashSet_Spin, key_type, value_type ) \ - CDSSTRESS_StdSet_case( fixture, test_case, StdHashSet_Mutex, key_type, value_type ) #endif // #ifndef CDSUNIT_SET_TYPE_STD_H