mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Minor style change
This commit is contained in:
@@ -46,7 +46,7 @@ when ODIN_TEST {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main :: proc() {
|
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}
|
t := testing.T{w=w}
|
||||||
zlib_test(&t)
|
zlib_test(&t)
|
||||||
gzip_test(&t)
|
gzip_test(&t)
|
||||||
|
|||||||
Reference in New Issue
Block a user