From 7aa02bda43c6a2948c89c90ce5e7f9eae244e79a Mon Sep 17 00:00:00 2001 From: Russell Date: Tue, 8 Jul 2025 22:56:42 +0000 Subject: [PATCH] Removed illegal character --- run.jai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.jai b/run.jai index 7101e52..e8fa2e1 100644 --- a/run.jai +++ b/run.jai @@ -49,7 +49,7 @@ END TEST_ENTRY_POINT :: "run_tests"; // args can currently only be names of tests (to skip all other tests) -build_tests :: (base_options: Build_Options, dir: string, preamble := "", module_paths: .. string = .[], args: [] string = .[], run := true, print_temporary_memory_usage := false) { +build_tests :: (base_options: Build_Options, dir: string, preamble := "", module_paths: .. string = .[], args: [] string = .[], run := true, print_temporary_memory_usage := false) { set_build_options_dc(.{do_output = false}); w := compiler_create_workspace();