mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 16:48:18 +00:00
Minor style change
This commit is contained in:
@@ -46,7 +46,7 @@ when ODIN_TEST {
|
||||
}
|
||||
|
||||
main :: proc() {
|
||||
w, _ := io.to_writer(os.stream_from_handle(os.stdout))
|
||||
w := io.to_writer(os.stream_from_handle(os.stdout))
|
||||
t := testing.T{w=w}
|
||||
zlib_test(&t)
|
||||
gzip_test(&t)
|
||||
|
||||
Reference in New Issue
Block a user