Splitted some unit tests to reduce memory consumption in compile time
[libcds.git] / test / unit / list / michael_dhp.cpp
index 65450e985d9f2cc69b82db37ccd95af7ef0d0fcd..8aac6fde2b29965112793bd323771fcb62991be5 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -49,7 +49,7 @@ namespace {
         void TearDown()
         {
             cds::threading::Manager::detachThread();
-            cds::gc::hp::GarbageCollector::Destruct();
+            cds::gc::dhp::GarbageCollector::Destruct();
         }
     };