From ee0a2e7e1965200ec5968ec310bee429db819dde Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 3 Sep 2023 22:20:31 +0200 Subject: Remove const --- source/tests/too_many_tests.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 source/tests/too_many_tests.c (limited to 'source/tests/too_many_tests.c') diff --git a/source/tests/too_many_tests.c b/source/tests/too_many_tests.c deleted file mode 100644 index d4842e4..0000000 --- a/source/tests/too_many_tests.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "../kit_test/test.h" - -void bar(int index, kit_test_report_fn report) { } - -int main(int argc, char **argv) { - int i; - for (i = 0; i <= KIT_TESTS_SIZE_LIMIT; i++) - test_register("foo", __FILE__, bar); - - if (run_tests(argc, argv) != 1) - return 1; - - return 0; -} -- cgit v1.2.3