[CI] Changed CMake scripts for tests
[libcds.git] / test / unit / intrusive-set / intrusive_split_iterable_dhp.cpp
index cc302b3faee9f57ec3c010c9e9249e8d62fe2ba6..32cdf780091b4dee6f94536b5b6c39c29d3a827f 100644 (file)
@@ -52,14 +52,14 @@ namespace {
             typedef ci::IterableList< gc_type, item_type, list_traits > list_type;
             typedef ci::SplitListSet< gc_type, list_type >   set_type;
 
-            cds::gc::dhp::GarbageCollector::Construct( 16, set_type::c_nHazardPtrCount );
+            cds::gc::dhp::smr::construct( set_type::c_nHazardPtrCount );
             cds::threading::Manager::attachThread();
         }
 
         void TearDown()
         {
             cds::threading::Manager::detachThread();
-            cds::gc::dhp::GarbageCollector::Destruct();
+            cds::gc::dhp::smr::destruct();
         }
     };