Workflow debugging

This commit is contained in:
Krzosa Karol
2024-01-27 22:03:39 +01:00
parent 5a6e0e5ebb
commit c0e7ae8d7b

View File

@@ -29,8 +29,8 @@ int main() {
IO_Printf("TestBootstrap() - DONE\n"); IO_Printf("TestBootstrap() - DONE\n");
TestBootstrapExclusive(); TestBootstrapExclusive();
IO_Printf("TestBootstrapExclusive() - DONE\n"); IO_Printf("TestBootstrapExclusive() - DONE\n");
TestBootstrapArenaClear(); // TestBootstrapArenaClear();
IO_Printf("TestBootstrapArenaClear() - DONE\n"); // IO_Printf("TestBootstrapArenaClear() - DONE\n");
TestClexer(); TestClexer();
IO_Printf("TestClexer() - DONE\n"); IO_Printf("TestClexer() - DONE\n");