From 0acf9f11bb0428faf75871e1de1aad7d5c26ed93 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 27 Sep 2016 00:02:32 +0300 Subject: [PATCH] Fixed typo --- test/stress/map/insdel_func/map_insdel_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/stress/map/insdel_func/map_insdel_func.h b/test/stress/map/insdel_func/map_insdel_func.h index d4f282da..07a920df 100644 --- a/test/stress/map/insdel_func/map_insdel_func.h +++ b/test/stress/map/insdel_func/map_insdel_func.h @@ -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 ); -- 2.34.1