mirror of
https://github.com/open-goal/jak-project
synced 2026-08-16 21:28:00 -04:00
Cleanup goalc tests, fix jak2 kernel bugs (#1669)
* Cleanup goalc tests, fix jak2 kernel bugs * fix warnings on linux * spelling is hard
This commit is contained in:
@@ -19,7 +19,7 @@ class Jak1KernelTest : public testing::Test {
|
||||
}
|
||||
|
||||
printf("Starting GOAL Kernel...\n");
|
||||
shared_compiler->runtime_thread = std::thread(GoalTest::runtime_with_kernel);
|
||||
shared_compiler->runtime_thread = std::thread(GoalTest::runtime_with_kernel_jak1);
|
||||
shared_compiler->runner.c = &shared_compiler->compiler;
|
||||
shared_compiler->compiler.run_test_from_string("(set! *use-old-listener-print* #t)");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user