From c0e7ae8d7b9c3eb47fe1bd07e0f44d9c57ab1799 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Sat, 27 Jan 2024 22:03:39 +0100 Subject: [PATCH] Workflow debugging --- tests/test_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_main.cpp b/tests/test_main.cpp index 8e6ff2d..49ada3b 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -29,8 +29,8 @@ int main() { IO_Printf("TestBootstrap() - DONE\n"); TestBootstrapExclusive(); IO_Printf("TestBootstrapExclusive() - DONE\n"); - TestBootstrapArenaClear(); - IO_Printf("TestBootstrapArenaClear() - DONE\n"); + // TestBootstrapArenaClear(); + // IO_Printf("TestBootstrapArenaClear() - DONE\n"); TestClexer(); IO_Printf("TestClexer() - DONE\n");