summaryrefslogtreecommitdiffstats
path: root/tests/wss_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wss_tests.cpp')
-rw-r--r--tests/wss_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wss_tests.cpp b/tests/wss_tests.cpp
index de62006..d138cfe 100644
--- a/tests/wss_tests.cpp
+++ b/tests/wss_tests.cpp
@@ -21,7 +21,7 @@ typedef WSS<WRec> Shard;
START_TEST(t_mbuffer_init)
{
- auto buffer = new MutableBuffer<WRec>(1024, true, 1024);
+ auto buffer = new MutableBuffer<WRec>(1024, 1024);
for (uint64_t i = 512; i > 0; i--) {
uint32_t v = i;
buffer->append({i,v, 1});