diff options
Diffstat (limited to 'test/hash_test.c')
-rw-r--r-- | test/hash_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hash_test.c b/test/hash_test.c index eeb371d..8b3e9de 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -133,7 +133,7 @@ stress(void) return test_fail("Failed to find `%s'\n", strings[i]); } if (*match != strings[i]) { - return test_fail("Bad match for `%s': `%s'\n", strings[i], match); + return test_fail("Bad match for `%s': `%s'\n", strings[i], *match); } } |