projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eddfb8
)
Fixed RWQueue test
author
khizmax
<libcds.dev@gmail.com>
Wed, 15 Jul 2015 21:26:04 +0000
(
00:26
+0300)
committer
khizmax
<libcds.dev@gmail.com>
Wed, 15 Jul 2015 21:26:04 +0000
(
00:26
+0300)
tests/test-hdr/queue/hdr_rwqueue.cpp
patch
|
blob
|
history
diff --git
a/tests/test-hdr/queue/hdr_rwqueue.cpp
b/tests/test-hdr/queue/hdr_rwqueue.cpp
index 993b24f43560a0081b334ebb57e219204832f8db..8a78c112c5260644cb92e6a5cad273847d18e68f 100644
(file)
--- a/
tests/test-hdr/queue/hdr_rwqueue.cpp
+++ b/
tests/test-hdr/queue/hdr_rwqueue.cpp
@@
-49,7
+49,7
@@
namespace queue {
enum { padding = 16 };
};
- test_ic< cds::container::RWQueue< int, queue_traits > >();
+ test_
no_
ic< cds::container::RWQueue< int, queue_traits > >();
}
}