summaryrefslogtreecommitdiff
path: root/source/tests/test_too_many_tests.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-12 16:15:10 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-12 16:15:10 +0100
commitfdf921c0adff5317e426e798f8a716ca97046383 (patch)
treed0e27a2e798fb078ff5f9cbb5af409b9c5a21061 /source/tests/test_too_many_tests.c
parentd36df5359dcb371d775a9ef10626cd0f7f996002 (diff)
downloadkit-fdf921c0adff5317e426e798f8a716ca97046383.zip
Refactor; defer with fblocks
Diffstat (limited to 'source/tests/test_too_many_tests.c')
-rw-r--r--source/tests/test_too_many_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/test_too_many_tests.c b/source/tests/test_too_many_tests.c
index b03a3b2..8d1aec0 100644
--- a/source/tests/test_too_many_tests.c
+++ b/source/tests/test_too_many_tests.c
@@ -1,6 +1,6 @@
#define KIT_TEST_IMPLEMENTATION
#define KIT_TESTS_SIZE_LIMIT 40
-#include "../kit/kit_test.h"
+#include "../kit/test.h"
void bar(int index, kit_test_report_fn report) { }