Added erase_at( iterator ) function to MichaelHashSet/Map and SplitListSet/Map based...
[libcds.git] / test / unit / map / split_iterable_hp.cpp
index d93c38431fc670c197ca697fb84a10fce84caa37..f2753f68947c5e6c5bf83278c1f7fd05455246ce 100644 (file)
@@ -38,7 +38,7 @@ namespace {
     namespace cc = cds::container;
     typedef cds::gc::HP gc_type;
 
-    class SplitListIterableMap_HP : public cds_test::michael_iterable_map
+    class SplitListIterableMap_HP : public cds_test::michael_iterable_hp
     {
     protected:
         typedef cds_test::michael_iterable_map base_class;