diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-03 15:44:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-03 15:44:28 +0100 |
| commit | c7fe1ab6e2f97a7f0bfc6aaf97374f841fb63c0d (patch) | |
| tree | edfef006c63d73ef6b48b537b6f21295db6ffe9a /public/frameworks | |
| parent | 92bbadf36f8bdffed9090cb345e57fc252c5a133 (diff) | |
feat: syschk, hal{x64}: ATA PIO patches, reworked I/O system.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public/frameworks')
| -rw-r--r-- | public/frameworks/KernelTest.fwrk/headers/TestCase.h | 4 |
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); |
