summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kit/kit_test.h4
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);