Test tuning
[libcds.git] / tests / unit / map2 / map_insdelfind.h
index 636b9ab6f2c4b364c4f30cf2b24fce5f47f57000..db0757f9c489fec2d50ef10a034c4d4089443f73 100644 (file)
@@ -213,7 +213,7 @@ namespace map2 {
             timer.reset();
             testMap.clear();
             CPPUNIT_MSG( "   Duration=" << timer.duration() );
-            CPPUNIT_ASSERT_EX( testMap.empty(), ((long long) testMap.size()) );
+            CPPUNIT_CHECK_EX( testMap.empty(), "size=" << ((long long) testMap.size()) );
 
             additional_check( testMap );
             print_stat( testMap );