From c2fec38384628d88bb473f19ce76c6abf58560e4 Mon Sep 17 00:00:00 2001 From: Roman Artemev Date: Mon, 9 Nov 2020 21:56:32 +0300 Subject: [PATCH] [JS IR BE] Unmute fixed tests --- .../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 c78f8b82d28..d54f3e7c825 100644 --- a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt +++ b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInPrimaryConstructorDefaultParameter.kt @@ -1,6 +1,5 @@ // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: FAILS_IN_JS_IR -// IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 class Outer(val x: Any) { diff --git a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt index 693125e9969..f4d8058cf22 100644 --- a/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt +++ b/compiler/testData/codegen/box/closures/captureInSuperConstructorCall/outerCapturedInSecondaryConstructorDefaultParameter.kt @@ -1,6 +1,5 @@ // DONT_TARGET_EXACT_BACKEND: WASM // WASM_MUTE_REASON: FAILS_IN_JS_IR -// IGNORE_BACKEND: JS_IR // IGNORE_BACKEND: JS_IR_ES6 class Outer(val x: Any) {