Make the io/conv.odin utilities be #optional_ok

This commit is contained in:
gingerBill
2021-09-29 13:24:42 +01:00
parent 057310472e
commit b2164b5da6
4 changed files with 29 additions and 30 deletions
+1 -1
View File
@@ -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