Rework test runner to avoid mutable objects. (#1702)

This commit is contained in:
Nikolay Igotti
2018-06-19 14:31:31 +03:00
committed by GitHub
parent 67279c4148
commit 7074976f7f
6 changed files with 75 additions and 85 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ fun test() {
fun main(args: Array<String>) {
println("Custom main")
TestRunner.run(args)
testLauncherEntryPoint(args)
}