0.3.0; skip tests that were previously failing on windows + mac until that can be fixed

We don't need to block 0.3.0 on this
This commit is contained in:
underscorediscovery 2020-05-28 13:12:08 -07:00
parent 607232dffd
commit fe186d2ea1
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// skip:
import "io" for Stdin
Stdin.readLine() // stdin: one line

View File

@ -1,3 +1,4 @@
// skip:
import "io" for Stdin
System.write("> ")

View File

@ -1,3 +1,4 @@
// skip:
import "io" for Stdin
Stdin.readLine() // stdin: one line