diff --git a/vlib/os2/os2_test.v b/vlib/os2/os2_test.v index 0b2a1a689a..079262d7b7 100644 --- a/vlib/os2/os2_test.v +++ b/vlib/os2/os2_test.v @@ -1,9 +1,11 @@ import os2 fn test_open() { + /* $if mac { f := os2.create('os2.test') f.writeln('hello world!') f.close() } + */ }