From 6261f9d635abf477dec3c0a2e4bd094c14d30395 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 14 Jan 2022 12:20:39 +0500 Subject: [PATCH] Add TODOs --- tests/test_multiboot2_header_helpers.c | 1 + tests/test_multiboot2_header_validation.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/test_multiboot2_header_helpers.c b/tests/test_multiboot2_header_helpers.c index 5d1a175..f2320b4 100644 --- a/tests/test_multiboot2_header_helpers.c +++ b/tests/test_multiboot2_header_helpers.c @@ -9,5 +9,6 @@ int main() { + // TODO: write this return 0; } diff --git a/tests/test_multiboot2_header_validation.c b/tests/test_multiboot2_header_validation.c index d85ceee..30a2860 100644 --- a/tests/test_multiboot2_header_validation.c +++ b/tests/test_multiboot2_header_validation.c @@ -4,5 +4,6 @@ int main() { + // TODO: write this return 0; }