[CI] Changed CMake scripts for tests
[libcds.git] / test / unit / intrusive-set / intrusive_skiplist_dhp.cpp
index 166c6288d692edd8b86e51f9c815050de1372770..92d8320a6f1f74be7c8c4427775dfeb6db18fa11 100644 (file)
@@ -55,14 +55,14 @@ namespace {
                 >::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();
         }
     };