From a476e8e8f087d88c63cf3630bbbcf76fe56d680f Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 25 Sep 2023 03:45:01 +0200 Subject: Fix kit_test usage example --- source/kit/kit_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/kit/kit_test.h b/source/kit/kit_test.h index 910bdf1..02a4996 100644 --- a/source/kit/kit_test.h +++ b/source/kit/kit_test.h @@ -26,8 +26,8 @@ // Usage example // // // foo.test.c -// #define KIT_TEST_FILE // This is required if you want to use -// // multiple test files. +// #define KIT_TEST_FILE foo // This is required if you want to use +// // multiple test files. // #include "kit_test.h" // TEST("foo") { // REQUIRE(1); -- cgit v1.2.3