summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index 8a5d141..85c1ad7 100644
--- a/src/test.c
+++ b/src/test.c
@@ -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;
}