From 7690b586917cf3b6b3b11ad137c4c2058ca23118 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 9 Oct 2019 06:41:55 +0300 Subject: [PATCH] remove experimental os2 test --- vlib/os2/os2_test.v | 2 ++ 1 file changed, 2 insertions(+) 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() } + */ }