summaryrefslogtreecommitdiffstats
path: root/tests/wirs_tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wirs_tests.cpp')
-rw-r--r--tests/wirs_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wirs_tests.cpp b/tests/wirs_tests.cpp
index 133950d..60537e5 100644
--- a/tests/wirs_tests.cpp
+++ b/tests/wirs_tests.cpp
@@ -21,7 +21,7 @@ typedef WIRS<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});