1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove experimental os2 test

This commit is contained in:
Alexander Medvednikov 2019-10-09 06:41:55 +03:00
parent a9a73d9315
commit 7690b58691

View File

@ -1,9 +1,11 @@
import os2
fn test_open() {
/*
$if mac {
f := os2.create('os2.test')
f.writeln('hello world!')
f.close()
}
*/
}