diff options
Diffstat (limited to 'tests/pgm_tests.cpp')
| -rw-r--r-- | tests/pgm_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pgm_tests.cpp b/tests/pgm_tests.cpp index 083b370..9622522 100644 --- a/tests/pgm_tests.cpp +++ b/tests/pgm_tests.cpp @@ -221,7 +221,7 @@ START_TEST(t_range_query_merge) } } - auto result = PGMRangeQuery<Rec>::merge(proc_results); + auto result = PGMRangeQuery<Rec>::merge(proc_results, nullptr); std::sort(result.begin(), result.end()); ck_assert_int_eq(result.size(), result_size); |