remove experimental os2 test
parent
a9a73d9315
commit
7690b58691
|
@ -1,9 +1,11 @@
|
||||||
import os2
|
import os2
|
||||||
|
|
||||||
fn test_open() {
|
fn test_open() {
|
||||||
|
/*
|
||||||
$if mac {
|
$if mac {
|
||||||
f := os2.create('os2.test')
|
f := os2.create('os2.test')
|
||||||
f.writeln('hello world!')
|
f.writeln('hello world!')
|
||||||
f.close()
|
f.close()
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue