Fixed test data to be compilable with new import rules

This commit is contained in:
Valentin Kipyatkov
2015-01-15 12:23:52 +03:00
parent a9d4fd5213
commit 9317593565
+1
View File
@@ -9,6 +9,7 @@ import java.util.*
import org.junit.*
import org.junit.runner.*
import org.junit.runner.notification.*
import org.junit.Assert
class TestBuilt<T>(name: String, val builder: TestBuilder<T>, val test: TestBuilt<T>.() -> Unit) : TestCase(name) {
private var myState: T? = null