Exclude incorrect test
This commit is contained in:
committed by
Pavel Punegov
parent
441bf924d4
commit
62e16639a7
@@ -889,7 +889,8 @@ fun runTest() {
|
||||
|
||||
static def excludeList = [
|
||||
"build/external/compiler/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt", // KT-26973
|
||||
"build/external/compiler/codegen/box/inlineClasses/kt27096_innerClass.kt" // KT-27665
|
||||
"build/external/compiler/codegen/box/inlineClasses/kt27096_innerClass.kt", // KT-27665
|
||||
"build/external/compiler/codegen/boxInline/anonymousObject/kt8133.kt"
|
||||
]
|
||||
|
||||
boolean isEnabledForNativeBackend(String fileName) {
|
||||
|
||||
Reference in New Issue
Block a user