diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-07-01 23:34:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:31 +0100 |
commit | 88cd387d8e0e7e1e6271a3df2fe10e7722ee5976 (patch) | |
tree | 4728d85f386eb2bbc208636c6a29dd740afab958 /tests/list_check.c | |
parent | 6246e4d712361fead972189207df914b53f50a6b (diff) |
Add rebalancing stuff
Diffstat (limited to 'tests/list_check.c')
-rw-r--r-- | tests/list_check.c | 3 |
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); |