From: khizmax Date: Mon, 26 Sep 2016 21:02:32 +0000 (+0300) Subject: Fixed typo X-Git-Tag: v2.2.0~114 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=0acf9f11bb0428faf75871e1de1aad7d5c26ed93;ds=inline Fixed typo --- 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 );