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