mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Update core/testing/runner.odin
Use `strings.to_string` Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
@@ -241,7 +241,7 @@ parse_cli_options :: proc(argv: []string, opts: ^Options, stdout, stderr: io.Wri
|
||||
}
|
||||
}
|
||||
|
||||
opts.test_names = string(test_names.buf[:])
|
||||
opts.test_names = strings.to_string(test_names)
|
||||
}
|
||||
|
||||
runner :: proc(internal_tests: []Internal_Test) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user