[Test] Mute test due to KT-56759

This commit is contained in:
Dmitriy Novozhilov
2023-02-17 13:04:07 +02:00
committed by Space Team
parent 28b83a1a5d
commit 7c84f9a7c2
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56759
data class A(val a: Int, val b: Int)
fun box() : String
@@ -13,4 +15,4 @@ fun box() : String
if (z != 1 || z2 != 2) return "fail 3"
return "OK"
}
}