From 476a7727da259ed8767d9c9598cb014b09dde268 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Sun, 14 Nov 2021 16:19:24 +0300 Subject: [PATCH] FIR: Unmute passing black-box tests --- .../provideDelegate/genericDelegateWithNoAdditionalInfo.kt | 2 -- .../provideDelegate/provideDelegateByExtensionFunction.kt | 2 -- 2 files changed, 4 deletions(-) diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt index 4a01b65de86..faa982f4bd1 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/genericDelegateWithNoAdditionalInfo.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR -// FIR status: in progress (delegate branch) // WITH_STDLIB import kotlin.reflect.KProperty diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/provideDelegateByExtensionFunction.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/provideDelegateByExtensionFunction.kt index b039e83943c..9b5938014a1 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/provideDelegateByExtensionFunction.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/provideDelegateByExtensionFunction.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR -// FIR status: in progress (delegate branch) import kotlin.reflect.KProperty class TypeInference {