diff --git a/src/test.h b/src/test.h index 5942841..76038f7 100644 --- a/src/test.h +++ b/src/test.h @@ -127,7 +127,7 @@ test_main(int argc, const char **argv, struct testdef tests[]) return allok ? 0 : 1; } -static void * +void * must_alloc(testctx t, size_t size) { void *out = malloc(size);