diff options
Diffstat (limited to 'test/tree_test.c')
-rw-r--r-- | test/tree_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree_test.c b/test/tree_test.c index 0748142..1aebb50 100644 --- a/test/tree_test.c +++ b/test/tree_test.c @@ -216,7 +216,7 @@ main(int argc, char** argv) return 1; } - printf("Running %u tests with %u elements (seed %d)", + printf("Running %u tests with %u elements (seed %u)", n_tests, n_elems, seed); for (unsigned i = 0; i < n_tests; ++i) { |