summaryrefslogtreecommitdiff
path: root/tests/helpers.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-12-25 23:12:46 -0600
committersanine <sanine.not@pm.me>2021-12-25 23:12:46 -0600
commit9c4bd59002109c850dda3ab79febc17f7f0367e9 (patch)
tree78444546c972a4317cc7da0e20bdecb9101f7587 /tests/helpers.c
parent82009d685f48e95d58e0eaaf16f2bfc260e172ab (diff)
begin refactor to two-file library
Diffstat (limited to 'tests/helpers.c')
-rw-r--r--tests/helpers.c2
1 files changed, 1 insertions, 1 deletions
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();