summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-03 19:06:45 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-03 19:06:45 +0100
commit30ba1aab88bd8138a6b3b3e1dbb464e4e67af698 (patch)
tree906bf0c4e0bc5864224038395bfdb12e38876168 /public/frameworks/KernelTest.fwrk
parentdaf906b02d2ba542f407872db9f7b1da2a5b36c4 (diff)
chore: {DDK, KernelKit}: Improvements and release schedule.v0.1.31v0.1.31-develop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/frameworks/KernelTest.fwrk')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/TestCase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/TestCase.h b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
index 7357c045..4f835ff6 100644
--- a/public/frameworks/KernelTest.fwrk/headers/TestCase.h
+++ b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
@@ -39,7 +39,9 @@
KT_MUST_PASS(ret, ret, true); \
} \
} \
- inline const Char* KTTestCase##NAME::ToString() { return #FN; }
+ inline const Char* KTTestCase##NAME::ToString() { \
+ return #FN; \
+ }
KT_DECL_TEST(AlwaysBreak, []() -> bool {
KT_MUST_PASS("AlwaysBreak", YES, NO);