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:
@@ -1,3 +1,4 @@
|
||||
// skip:
|
||||
import "io" for Stdin
|
||||
|
||||
Stdin.readLine() // stdin: one line
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// skip:
|
||||
import "io" for Stdin
|
||||
|
||||
System.write("> ")
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// skip:
|
||||
import "io" for Stdin
|
||||
|
||||
Stdin.readLine() // stdin: one line
|
||||
|
||||
Reference in New Issue
Block a user