From c78af84f901512c46a70ec870d157fa731dc67a5 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 9 Feb 2017 10:42:06 +0300 Subject: [PATCH] TestKonan: comment reasoning generation of test box launcher --- buildSrc/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildSrc/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy b/buildSrc/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy index 638261e0a02..06283991de2 100644 --- a/buildSrc/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy +++ b/buildSrc/src/main/groovy/org/jetbrains/kotlin/KonanTest.groovy @@ -282,6 +282,9 @@ class RunExternalTestGroup extends RunKonanTest { return result } + /** + * There are tests that require non-trivial 'package foo' in test launcher. + */ void createLauncherFile(String file, String pkg) { createFile(file, """ import kotlin.test.TestFailedException