TestKonan: comment reasoning generation of test box launcher

This commit is contained in:
Vasily Levchenko
2017-02-09 10:42:06 +03:00
committed by vvlevchenko
parent 259da3531d
commit c78af84f90
@@ -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