diff --git a/compiler/testData/codegen/boxInline/complex/kt44429.kt b/compiler/testData/codegen/boxInline/complex/kt44429.kt index 6a1f6d97966..4bf04408567 100644 --- a/compiler/testData/codegen/boxInline/complex/kt44429.kt +++ b/compiler/testData/codegen/boxInline/complex/kt44429.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // NO_CHECK_LAMBDA_INLINING // FILE: 1.kt package test diff --git a/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index 131fd31b3a0..95822b8b25d 100644 --- a/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/kotlin-native/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -435,8 +435,7 @@ fun runTest() { "compiler/testData/codegen/box/multiplatform/multiModule/expectActualMemberLink.kt", // KT-33091 "compiler/testData/codegen/box/multiplatform/multiModule/expectActualLink.kt", // KT-41901 "compiler/testData/codegen/box/coroutines/multiModule/", // KT-40121 - "compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt", // KT-42020 - "compiler/testData/codegen/boxInline/complex/kt44429.kt" // KT-44571 + "compiler/testData/codegen/box/compileKotlinAgainstKotlin/clashingFakeOverrideSignatures.kt" // KT-42020 ] boolean isEnabledForNativeBackend(String fileName) {