aboutsummaryrefslogtreecommitdiff
path: root/tests/list_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/list_check.c')
-rw-r--r--tests/list_check.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/list_check.c b/tests/list_check.c
index 5e943c72..1524a1be 100644
--- a/tests/list_check.c
+++ b/tests/list_check.c
@@ -87,6 +87,9 @@ static int test_lists(int num_items)
}
+ printf("num_reflections is %i, tree depth is %i\n",
+ num_reflections(list), tree_depth(list));
+
/* Iterate over the list and check we find everything */
int count = 0;
for ( refl = first_refl(list, &iter);