diff options
Diffstat (limited to 'lily-test.h')
-rw-r--r-- | lily-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily-test.h b/lily-test.h index 68d08e9..90fc2c8 100644 --- a/lily-test.h +++ b/lily-test.h @@ -76,7 +76,7 @@ typedef void (*lily_test_t)(void); void _lily_run_test(const char *name, lily_test_t test); /** run a suite */ -#define lily_run_suite(suite) _lily_run_suite(#suite, suite); +#define lily_run_suite(suite) _lily_run_suite(#suite, suite) void _lily_run_suite(const char *name, lily_test_t suite); |