summaryrefslogtreecommitdiff
path: root/tests/helpers.c
diff options
context:
space:
mode:
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();