FIR: Mute builder-inference related tests

They started failing once we began reporting diagnostics from completion

^KT-46421 Relates
This commit is contained in:
Denis.Zharkov
2021-04-27 13:27:24 +03:00
committed by teamcityserver
parent 78ec4b5248
commit d0a0739d10
2 changed files with 3 additions and 1 deletions
@@ -1,5 +1,6 @@
// DONT_TARGET_EXACT_BACKEND: WASM
// WITH_RUNTIME
// IGNORE_BACKEND_FIR: JVM_IR
fun nonGenericId(x: Any?) = x
@@ -69,4 +70,4 @@ fun box(): String {
test8()
test9()
return "OK"
}
}