Fix for crashed build
This commit is contained in:
@@ -1066,7 +1066,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
}
|
||||
|
||||
private class TestGroup(val testsRoot: String, val testDataRoot: String) {
|
||||
internal class TestGroup(val testsRoot: String, val testDataRoot: String) {
|
||||
inline fun <reified T: TestCase> testClass(
|
||||
suiteTestClass: String = getDefaultSuiteTestClass(T::class.java),
|
||||
noinline init: TestClass.() -> Unit
|
||||
|
||||
Reference in New Issue
Block a user