Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / set / michael_lazy_nogc.cpp
index 76b9cb18c6a9d18ca8da0cf8d1ff850af44740db..8a14438de6711e84d08d391310d6912057348e94 100644 (file)
@@ -204,6 +204,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelLazySet_NoGC, wrapped_stat )
@@ -225,6 +226,7 @@ namespace {
 
         set_type s( kSize, 4 );
         test( s );
+        EXPECT_GE( s.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace