Fixed typo
authorkhizmax <libcds.dev@gmail.com>
Mon, 26 Sep 2016 21:02:32 +0000 (00:02 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 26 Sep 2016 21:02:32 +0000 (00:02 +0300)
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 );