From 342f577c24439977985e2de89fe512e504489735 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 27 Dec 2021 17:28:29 -0600 Subject: add test for assert_not_null --- tests/tests.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests.h') 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 -- cgit v1.2.1