diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:47:24 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-04 12:47:24 +0200 |
commit | db89b40022b0ac464febec6224d820ff0bb64799 (patch) | |
tree | e03f4a9a1327de55be8406dae378eddf08e53261 /test | |
parent | 2d5d218072575ed19ce7429a0b1a2e601f0c1346 (diff) |
Fix typo
Diffstat (limited to 'test')
-rw-r--r-- | test/_case-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/_case-test.h b/test/_case-test.h index c837042..8f18b69 100644 --- a/test/_case-test.h +++ b/test/_case-test.h @@ -73,7 +73,7 @@ test(const char8_t *line, int id) bufsz = FUNC(buf, bufsz, before, cf); if (bufsz != after.len) { - warn("case %d: expected %scased length of %zu but got %zu", + warn("case %d: expected %s length of %zu but got %zu", id, STR(CASETYPE_VERB), after.len, bufsz); return false; } |