[Test] Mute failing FIR BB tests related to MPP

This commit is contained in:
Dmitriy Novozhilov
2020-12-30 12:18:20 +03:00
committed by TeamCityServer
parent 5329a6ce8e
commit 2eeed1281c
13 changed files with 16 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// MODULE: lib
@@ -36,4 +37,4 @@ fun box(): String {
if (a.foo != 3) return "fail 4: ${a.foo}"
if (a.B().foo() != 4) return "fail 5: ${a.B().foo()}"
return "OK"
}
}