From 2ff1af31412f5644bcf6f4747bbaafed96ca6122 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 16 Jan 2022 10:57:32 -0600 Subject: add test for lily_assert_ptr_not_equal --- 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 970d360..6a7d173 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -14,4 +14,5 @@ const char* test_assert_false(); const char* test_assert_not_null(); const char* test_assert_null(); const char* test_assert_ptr_equal(); +const char* test_assert_ptr_not_equal(); #endif -- cgit v1.2.1