Mute FIR tests containing broken function calls
This commit is contained in:
committed by
Alexander Udalov
parent
5309e774ac
commit
929fb5c82b
+1
-1
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user