summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 7962104..ca72b4a 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -10,5 +10,5 @@ int validate_message(const char* received, const char* expected,
const char* test_LILY_LOCATION();
const char* test_assert_msg();
const char* test_assert_true();
-
+const char* test_assert_false();
#endif