aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/_case-test.h2
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;
}