diff --git a/compiler/testData/codegen/bytecodeText/boxingOptimization/maxMinBy.kt b/compiler/testData/codegen/bytecodeText/boxingOptimization/maxMinBy.kt index ce874385582..42f8dbe121a 100644 --- a/compiler/testData/codegen/bytecodeText/boxingOptimization/maxMinBy.kt +++ b/compiler/testData/codegen/bytecodeText/boxingOptimization/maxMinBy.kt @@ -1,3 +1,5 @@ +// IGNORE_BACKEND: JVM_IR + // FILE: list.kt val intList = listOf(1, 2, 3) diff --git a/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt b/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt index 43eaed7ed62..c2810b191ab 100644 --- a/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt +++ b/compiler/testData/codegen/bytecodeText/localInitializationLVT/boxingVar.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND: JVM_IR - fun test(): java.lang.Integer { var c: java.lang.Integer run { diff --git a/compiler/testData/codegen/bytecodeText/localInitializationLVT/runVar.kt b/compiler/testData/codegen/bytecodeText/localInitializationLVT/runVar.kt index 3773b476bd1..3717d6603a1 100644 --- a/compiler/testData/codegen/bytecodeText/localInitializationLVT/runVar.kt +++ b/compiler/testData/codegen/bytecodeText/localInitializationLVT/runVar.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND: JVM_IR - fun test(): Char { var c: Char run {