From 4ade669b9bd66f650f446bc32dbde14dcae6f5f9 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Mon, 30 Mar 2020 21:10:59 +0300 Subject: [PATCH] Minor: unmute 2 tests fixed in FIR --- .../outerCapturedInPrimaryConstructorDefaultParameter.kt | 1 - .../outerCapturedInSecondaryConstructorDefaultParameter.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt index e75a58682fc..3ea5b47bd65 100644 --- a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt +++ b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt @@ -1,5 +1,4 @@ // IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND_FIR: JVM_IR class Outer(val x: Any) { inner class Inner( diff --git a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt index 1508d95f2b0..848a4a6df92 100644 --- a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt +++ b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt @@ -1,5 +1,4 @@ // IGNORE_BACKEND: JS_IR -// IGNORE_BACKEND_FIR: JVM_IR class Outer(val x: Any) { inner class Inner(