summaryrefslogtreecommitdiffstats
path: root/test/bitset_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/bitset_test.c')
-rw-r--r--test/bitset_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bitset_test.c b/test/bitset_test.c
index 3ac1bb7..554e238 100644
--- a/test/bitset_test.c
+++ b/test/bitset_test.c
@@ -71,7 +71,7 @@ main(void)
}
const size_t count = zix_bitset_count_up_to(b, t, i);
if (count != 0) {
- return test_fail("Count to %zu is %zu != %zu\n", i, count, 0);
+ return test_fail("Count to %zu is %zu != %d\n", i, count, 0);
}
}