diff --git a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index d7129f4d7a9..19b83731ee7 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -403,8 +403,8 @@ fun runTest() { } static def excludeList = [ - "build/external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880 - "build/external/compiler/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt" // KT-37634 + "external/compiler/codegen/boxInline/multiplatform/defaultArguments/receiversAndParametersInLambda.kt", // KT-36880 + "external/compiler/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt" // KT-37634 ] boolean isEnabledForNativeBackend(String fileName) {