Mute two failing FIR black box tests (broken by commits of demiurg)

This commit is contained in:
Mikhail Glukhikh
2020-02-17 20:21:25 +03:00
parent baa2c56e2d
commit 91814364de
2 changed files with 4 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
class B : A() {
val a = "FAIL"
@@ -1,3 +1,5 @@
// IGNORE_BACKEND_FIR: JVM_IR
open class A {
open fun foo() = "FAIL"