summaryrefslogtreecommitdiffstats
path: root/test/sorted_array_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sorted_array_test.c')
-rw-r--r--test/sorted_array_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c
index a90f1e7..ca4eac7 100644
--- a/test/sorted_array_test.c
+++ b/test/sorted_array_test.c
@@ -165,7 +165,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) {