Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / set / michael_michael_nogc.cpp
index 5dda78bbb5c8e5bf17718d1f560e7a940991f4ca..e80662319a8dafd028d3345be456df3880377124 100644 (file)
@@ -183,6 +183,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelSet_NoGC, wrapped_stat )
@@ -204,6 +205,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace