diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-12 19:06:08 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:14 +0100 |
commit | 6843124ff485d1f40836db08131b7579444eebff (patch) | |
tree | f9f9b29fec493e704047dacadc1215c1a1e14ee9 /tests/list_check.c | |
parent | 24b38f3df87bcc24832c32c8649cde3d22b5e119 (diff) |
Implement optimise_reflist()
Diffstat (limited to 'tests/list_check.c')
-rw-r--r-- | tests/list_check.c | 2 |
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; |