projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da77b3
)
fix a bug in intrusive tree header test
author
khizmax
<libcds.dev@gmail.com>
Sat, 15 Nov 2014 10:29:02 +0000
(13:29 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sat, 15 Nov 2014 10:29:02 +0000
(13:29 +0300)
tests/test-hdr/tree/hdr_intrusive_bintree.h
patch
|
blob
|
history
diff --git
a/tests/test-hdr/tree/hdr_intrusive_bintree.h
b/tests/test-hdr/tree/hdr_intrusive_bintree.h
index f048f42f870931e3d765eb61e4f8b659a9bfa5bb..bbc010cc612000bf13a384be06c8296403aca18d 100644
(file)
--- a/
tests/test-hdr/tree/hdr_intrusive_bintree.h
+++ b/
tests/test-hdr/tree/hdr_intrusive_bintree.h
@@
-864,7
+864,7
@@
namespace tree {
CPPUNIT_ASSERT( ep.empty() );
ep = t.extract_max();
- CPPUNIT_ASSERT( ep.empty());
+ CPPUNIT_ASSERT(
!
ep.empty());
CPPUNIT_CHECK( ep->nKey == v3.nKey );
{
typename tree_type::rcu_lock l;