From 4abbcd1267e2991be79080141b02ec3aadbe8a18 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 17 Feb 2020 20:24:28 +0300 Subject: [PATCH] Unmute two passing FIR black box tests (fixed by commits of demiurg) --- compiler/testData/codegen/box/extensionFunctions/kt1776.kt | 2 -- compiler/testData/codegen/box/typeInfo/implicitSmartCastThis.kt | 2 -- 2 files changed, 4 deletions(-) diff --git a/compiler/testData/codegen/box/extensionFunctions/kt1776.kt b/compiler/testData/codegen/box/extensionFunctions/kt1776.kt index d52eab9d9b8..ec1b01d40fa 100644 --- a/compiler/testData/codegen/box/extensionFunctions/kt1776.kt +++ b/compiler/testData/codegen/box/extensionFunctions/kt1776.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR - interface Expr { public fun ttFun() : Int = 12 } diff --git a/compiler/testData/codegen/box/typeInfo/implicitSmartCastThis.kt b/compiler/testData/codegen/box/typeInfo/implicitSmartCastThis.kt index a844b824178..a4587005887 100644 --- a/compiler/testData/codegen/box/typeInfo/implicitSmartCastThis.kt +++ b/compiler/testData/codegen/box/typeInfo/implicitSmartCastThis.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR - open class A class B : A() {