diff options
author | sanine <sanine.not@pm.me> | 2021-12-27 17:24:28 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-27 17:24:28 -0600 |
commit | faafb95fdda07167770c7823f6b37d99474e1836 (patch) | |
tree | 49644011b1a42e2559b78c8d3745f4c38280437f /tests/tests.h | |
parent | 0e16dbc5c78a2715fbbda5cae8a3b422d721b871 (diff) |
add test for lily_assert_false
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h index 7962104..ca72b4a 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -10,5 +10,5 @@ int validate_message(const char* received, const char* expected, const char* test_LILY_LOCATION(); const char* test_assert_msg(); const char* test_assert_true(); - +const char* test_assert_false(); #endif |