From 376fea9e1a9d11abde175db98d586f2fea6000d4 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Tue, 1 Oct 2019 20:08:19 +0300 Subject: [PATCH] Return 1 test back as it's not reproduces the issue any more --- .../src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 1 - 1 file changed, 1 deletion(-) 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 196ca550cc1..9d619b659ec 100644 --- a/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/build-tools/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -515,7 +515,6 @@ fun runTest() { } static def excludeList = [ - "build/external/compiler/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt", // KT-26973 "build/external/compiler/codegen/boxInline/anonymousObject/kt8133.kt" // KT-34066 ]