Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / set / michael_michael_hp.cpp
index dc85ec7324f641f787515ca73dc028cab2171175..081b3450b57cc74e9338d6ce9cbf1c776fdd638b 100644 (file)
@@ -193,6 +193,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelSet_HP, wrapped_stat )
@@ -214,6 +215,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace