diff --git a/compiler/testData/codegen/box/smap/chainCalls.kt b/compiler/testData/codegen/box/smap/chainCalls.kt index fc5a919a701..5288fc1bc43 100644 --- a/compiler/testData/codegen/box/smap/chainCalls.kt +++ b/compiler/testData/codegen/box/smap/chainCalls.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK @@ -85,3 +84,4 @@ fun String.fail(): String { fun call(): String { return "xxx" } +// IGNORE_BACKEND: JVM_IR \ No newline at end of file diff --git a/compiler/testData/codegen/box/smap/infixCalls.kt b/compiler/testData/codegen/box/smap/infixCalls.kt index 18f22cce9dd..aa9b77df5f1 100644 --- a/compiler/testData/codegen/box/smap/infixCalls.kt +++ b/compiler/testData/codegen/box/smap/infixCalls.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK @@ -65,3 +64,4 @@ infix fun String.fail(p: String): String { fun call(): String { return "xxx" } +// IGNORE_BACKEND: JVM_IR \ No newline at end of file diff --git a/compiler/testData/codegen/box/smap/simpleCallWithParams.kt b/compiler/testData/codegen/box/smap/simpleCallWithParams.kt index f3ee4243a0a..4aed93e4350 100644 --- a/compiler/testData/codegen/box/smap/simpleCallWithParams.kt +++ b/compiler/testData/codegen/box/smap/simpleCallWithParams.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK @@ -109,3 +108,4 @@ inline fun inlineFun(): String { fun fail(): String { throw AssertionError("fail") } +// IGNORE_BACKEND: JVM_IR \ No newline at end of file