Exclude incorrect test

This commit is contained in:
Pavel Punegov
2018-11-27 18:47:19 +03:00
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) {