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 ddf9764..2fe7f68 100644
--- a/tests/wirs_tests.cpp
+++ b/tests/wirs_tests.cpp
@@ -244,7 +244,7 @@ START_TEST(t_wirs_query_merge)
WIRSQuery<WRec>::delete_query_state(state2);
}
- auto merged = WIRSQuery<WRec>::merge(results);
+ auto merged = WIRSQuery<WRec>::merge(results, nullptr);
ck_assert_int_eq(merged.size(), 2*k);
for (size_t i=0; i<merged.size(); i++) {