summaryrefslogtreecommitdiffstats
path: root/test/tree_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-13 17:25:44 +0200
committerDavid Robillard <d@drobilla.net>2020-08-13 17:25:44 +0200
commit4aafa4a63ad9b86b3910e4f3607792ebe45bb329 (patch)
treed85cf9e1f13bf043947e2c96ccbda591986f693d /test/tree_test.c
parentac426323570113bb13605b20d47273c8c23e3fe3 (diff)
downloadzix-4aafa4a63ad9b86b3910e4f3607792ebe45bb329.tar.gz
zix-4aafa4a63ad9b86b3910e4f3607792ebe45bb329.tar.bz2
zix-4aafa4a63ad9b86b3910e4f3607792ebe45bb329.zip
Fix incorrect format specifiers
Diffstat (limited to 'test/tree_test.c')
-rw-r--r--test/tree_test.c2
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) {