X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fset%2Ffeldman_hashset_rcu_gpi.cpp;h=4b026a043be46d330b10ca0f027535d9aaa1f0c8;hb=HEAD;hp=478c69b869b272c59298fd01f997e07d214486b8;hpb=7448008aa977fe42a83738fbbc63ce11d8ab86f9;p=libcds.git diff --git a/test/unit/set/feldman_hashset_rcu_gpi.cpp b/test/unit/set/feldman_hashset_rcu_gpi.cpp index 478c69b8..4b026a04 100644 --- a/test/unit/set/feldman_hashset_rcu_gpi.cpp +++ b/test/unit/set/feldman_hashset_rcu_gpi.cpp @@ -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/ @@ -34,8 +34,10 @@ namespace { - typedef cds::urcu::general_instant<> rcu_implementation; + typedef cds::urcu::general_instant<> rcu_implementation; + typedef cds::urcu::general_instant_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, FeldmanHashSet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, FeldmanHashSet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, FeldmanHashSet, rcu_implementation_stripped );