Minor: restore accidentally removed import

This commit is contained in:
Alexey Tsvetkov
2017-09-29 21:40:54 +03:00
parent a8cfe19769
commit 72d2e7dd45
@@ -9,6 +9,7 @@ import org.junit.Assert
import org.junit.Before
import java.io.File
import java.util.regex.Pattern
import kotlin.test.*
val SYSTEM_LINE_SEPARATOR: String = System.getProperty("line.separator")