From 374258620992397b79112aedb9310fad7cf7af88 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Thu, 5 Mar 2020 16:43:33 +0300 Subject: [PATCH] [FIR-TEST] Unmute some blackbox tests --- .../codegen/box/closures/capturedVarsOptimization/kt17588.kt | 1 - .../testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt index f73b694a564..d0c14281668 100644 --- a/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt +++ b/compiler/testData/codegen/box/closures/capturedVarsOptimization/kt17588.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR //WITH_RUNTIME class Test { diff --git a/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt b/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt index 19fa096e2ce..9c1b6613bee 100644 --- a/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt +++ b/compiler/testData/codegen/box/jvmStatic/inlinePropertyAccessors.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME