Fixed typo
[libcds.git] / test / stress / map / insdel_func / map_insdel_func.h
index d4f282da4abd3313b091b0ae48bdb18075624d2f..07a920df7f6202a275174135c45c7c4deb45d244 100644 (file)
@@ -517,7 +517,7 @@ namespace map {
                 testMap.erase( nItem );
 
             EXPECT_TRUE( testMap.empty());
-            EXPECT_TRUE( testMap.size(), 0u );
+            EXPECT_EQ( testMap.size(), 0u );
 
             additional_check( testMap );
             print_stat( propout(), testMap );