From 9c4bd59002109c850dda3ab79febc17f7f0367e9 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 25 Dec 2021 23:12:46 -0600 Subject: begin refactor to two-file library --- tests/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers.c') diff --git a/tests/helpers.c b/tests/helpers.c index cdf72b4..37afcae 100644 --- a/tests/helpers.c +++ b/tests/helpers.c @@ -3,7 +3,7 @@ #include "lily-test.h" #include "tests.h" -void run_test(const char *name, const char* (*test)()) +void _run_test(const char *name, const char* (*test)()) { printf("%s... ", name); const char *result = test(); -- cgit v1.2.1