From 99d0740234412301adc4fed70bd3c03007eaf128 Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Mon, 9 Nov 2020 16:18:50 +0300 Subject: [PATCH] [JS IR] Ignore JS_IR backend in top level side effect properties ^KT-43222 fixed --- .../properties/sideEffectInTopLevelInitializerMultiModule.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt b/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt index 318d2dfc66d..933630e9d26 100644 --- a/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt +++ b/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt @@ -1,5 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR -// IGNORE_BACKEND: JVM, JVM_IR +// IGNORE_BACKEND: JVM, JVM_IR, JS_IR // IGNORE_LIGHT_ANALYSIS // MODULE: lib1 // FILE: lib1.kt