From 85d6f3b089d1177eed9587757a4d07833d8590c8 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Sat, 18 Apr 2020 11:30:56 +0300 Subject: [PATCH] Fix exclude list: build prefix removed --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {