aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/_case-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/_case-test.h b/test/_case-test.h
index ea05a86..701d884 100644
--- a/test/_case-test.h
+++ b/test/_case-test.h
@@ -72,6 +72,7 @@ test(const char8_t *line, int id)
if (!u8eq(mapped, after)) {
warn("case %d: expected ā€˜%.*sā€™ but got ā€˜%.*sā€™", id, SV_PRI_ARGS(after),
SV_PRI_ARGS(mapped));
+ arena_free(&a);
return false;
}