diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index ca72b4a..46cfb2e 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -11,4 +11,5 @@ const char* test_LILY_LOCATION(); const char* test_assert_msg(); const char* test_assert_true(); const char* test_assert_false(); +const char* test_assert_not_null(); #endif |