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 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 |