summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-09-05 15:59:45 +0000
committerDavid Robillard <d@drobilla.net>2011-09-05 15:59:45 +0000
commitbef5da42d9f102b898d26c84f4c47ac1b8f3ad6b (patch)
tree2b0a78eae02bba1f5ae65a86f0f89a1781e28639 /test
parent9c129fa5ca61da479507d2598951f3fdacc1e143 (diff)
downloadzix-bef5da42d9f102b898d26c84f4c47ac1b8f3ad6b.tar.gz
zix-bef5da42d9f102b898d26c84f4c47ac1b8f3ad6b.tar.bz2
zix-bef5da42d9f102b898d26c84f4c47ac1b8f3ad6b.zip
Fix tree iteration test
git-svn-id: http://svn.drobilla.net/zix/trunk@3 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'test')
-rw-r--r--test/tree_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tree_test.c b/test/tree_test.c
index 656e718..6433193 100644
--- a/test/tree_test.c
+++ b/test/tree_test.c
@@ -112,6 +112,7 @@ stress(int test_num, size_t n_elems)
iter_data, last);
return test_fail();
}
+ last = iter_data;
}
srand(seed);