diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 03:45:01 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 03:45:01 +0200 |
commit | a476e8e8f087d88c63cf3630bbbcf76fe56d680f (patch) | |
tree | 50028b1fd059a52a69f7244e9b7be4b900165d42 | |
parent | 2081f2df729a5dd5e6af1f24508ad4be8a632676 (diff) | |
download | kit-a476e8e8f087d88c63cf3630bbbcf76fe56d680f.zip |
Fix kit_test usage example
-rw-r--r-- | source/kit/kit_test.h | 4 |
1 files 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); |