From abe324281121925be29c98f32d19a187a7e3f53f Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 16 Jan 2022 14:04:00 -0600 Subject: remove location tests and add lily_assert_int_not_equal test --- 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 b54534c..995beaf 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -16,4 +16,5 @@ const char* test_assert_null(); const char* test_assert_ptr_equal(); const char* test_assert_ptr_not_equal(); const char* test_assert_int_equal(); +const char* test_assert_int_not_equal(); #endif -- cgit v1.2.1