summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks/KernelTest.fwrk/headers/TestCase.h
diff options
context:
space:
mode:
Diffstat (limited to 'public/frameworks/KernelTest.fwrk/headers/TestCase.h')
-rw-r--r--public/frameworks/KernelTest.fwrk/headers/TestCase.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/frameworks/KernelTest.fwrk/headers/TestCase.h b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
index 2089ffd4..c3780da5 100644
--- a/public/frameworks/KernelTest.fwrk/headers/TestCase.h
+++ b/public/frameworks/KernelTest.fwrk/headers/TestCase.h
@@ -39,9 +39,7 @@
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);