diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 13:52:32 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 13:52:32 -0400 |
commit | ee88497b4451225c3140f56d98ebcbc166175407 (patch) | |
tree | 39cd720c4840c2872fb065088b91658ef6d8d3d1 /tests/test.h | |
parent | 969bf523b7039c7038b66edde5776278c27941ac (diff) |
Errors tests; fix some non-errors
Diffstat (limited to 'tests/test.h')
-rw-r--r-- | tests/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.h b/tests/test.h index 5e0b8e5..cd19482 100644 --- a/tests/test.h +++ b/tests/test.h @@ -15,3 +15,4 @@ void test_fail(PRINTF_FORMAT_STRING const char *, ...) ATTRIBUTE_PRINTF(1, 2); void test_parsing(const char *test_dir); +void test_errors(const char *test_dir); |