From 5bc6d937e8259da32c783bdd33131ad449b472ba Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Thu, 2 Sep 2021 18:26:27 +0300 Subject: [PATCH] [Native][Tests] Ignore test in Native backend This test fail in the new MM --- .../box/properties/sideEffectInTopLevelInitializerMultiModule.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt b/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt index 318d2dfc66d..ac660024993 100644 --- a/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt +++ b/compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt @@ -1,5 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_BACKEND: JVM, JVM_IR +// IGNORE_BACKEND: NATIVE // IGNORE_LIGHT_ANALYSIS // MODULE: lib1 // FILE: lib1.kt