mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 23:21:25 -07:00
Make the io/conv.odin utilities be #optional_ok
This commit is contained in:
@@ -18,7 +18,7 @@ end_t :: proc(t: ^T) {
|
||||
|
||||
runner :: proc(internal_tests: []Internal_Test) -> bool {
|
||||
stream := os.stream_from_handle(os.stdout)
|
||||
w, _ := io.to_writer(stream)
|
||||
w := io.to_writer(stream)
|
||||
|
||||
t := &T{}
|
||||
t.w = w
|
||||
|
||||
Reference in New Issue
Block a user