aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/list_check.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/list_check.c b/tests/list_check.c
index 04b337d0..f254f107 100644
--- a/tests/list_check.c
+++ b/tests/list_check.c
@@ -87,6 +87,8 @@ static int test_lists(int num_items)
}
+ optimise_reflist(list);
+
/* Iterate over the list and check we find everything */
for ( refl = first_refl(list, &iter);
refl != NULL;