Fix exclude list: build prefix removed
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user