Mute FIR tests containing broken function calls

This commit is contained in:
Steven Schäfer
2020-01-07 13:18:23 +01:00
committed by Alexander Udalov
parent 5309e774ac
commit 929fb5c82b
36 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fun testEmpty(ss: List<String>) {
fun main(args: Array<String>) {
if (box() == "OK") {
System.out.println("Hello")
println("Hello")
// println("Hello")
throw E("Hello")
}
}