mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-14 02:25:49 +00:00
Update core/testing/runner.odin
Write string directly Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
@@ -216,7 +216,7 @@ parse_cli_options :: proc(argv: []string, opts: ^Options, stdout, stderr: io.Wri
|
||||
if len(test_names.buf) > 0 {
|
||||
strings.write_byte(&test_names, ',')
|
||||
}
|
||||
strings.write_bytes(&test_names, transmute([]u8)tests)
|
||||
strings.write_string(&test_names, tests)
|
||||
} else if arg == "-help" {
|
||||
exe_name := "test"
|
||||
if path, err := os.get_executable_path(context.temp_allocator); err == nil {
|
||||
|
||||
Reference in New Issue
Block a user