Rework test runner to avoid mutable objects. (#1702)
This commit is contained in:
@@ -10,5 +10,5 @@ fun test() {
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
println("Custom main")
|
||||
TestRunner.run(args)
|
||||
testLauncherEntryPoint(args)
|
||||
}
|
||||
Reference in New Issue
Block a user