projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dff946
)
Fixed typo
author
khizmax
<libcds.dev@gmail.com>
Mon, 26 Sep 2016 21:02:32 +0000
(
00:02
+0300)
committer
khizmax
<libcds.dev@gmail.com>
Mon, 26 Sep 2016 21:02:32 +0000
(
00:02
+0300)
test/stress/map/insdel_func/map_insdel_func.h
patch
|
blob
|
history
diff --git
a/test/stress/map/insdel_func/map_insdel_func.h
b/test/stress/map/insdel_func/map_insdel_func.h
index d4f282da4abd3313b091b0ae48bdb18075624d2f..07a920df7f6202a275174135c45c7c4deb45d244 100644
(file)
--- 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 );