Automatically mute failed tests
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
fun box(): String {
|
||||
if (check(1, { it as Int }) == "OK") return "fail 1"
|
||||
if (check(1, { it as Byte }) != "OK") return "fail 2"
|
||||
|
||||
Reference in New Issue
Block a user