Fix exclude list: build prefix removed

This commit is contained in:
Pavel Punegov
2020-04-18 11:30:56 +03:00
committed by Pavel Punegov
parent c15d9ee81a
commit 85d6f3b089
@@ -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) {