diff options
Diffstat (limited to 'src/test.c')
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ int get_message(char **destination, const char *source) lily_test wrap_assert(bool statement) { - lily_assert(statement, assert_msg); + lily_assert_msg(statement, assert_msg); return 0; } |