Added internal statistics to MichaelSet/Map
[libcds.git] / test / unit / map / michael_lazy_dhp.cpp
index 27968f5c4498a7a9f4653cfb9d8370e8b3e912dd..e995945cfb2512caac2d39b533819abe5985d35b 100644 (file)
@@ -192,6 +192,7 @@ namespace {
 
         map_type m( kSize, 2 );
         test( m );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
     }
 
     TEST_F( MichaelLazyMap_DHP, wrapped_stat )
@@ -212,6 +213,7 @@ namespace {
 
         map_type m( kSize, 2 );
         test( m );
+        EXPECT_GE( m.statistics().m_nInsertSuccess, 0 );
     }
 
 } // namespace