Drop test DSL experiments.

This commit is contained in:
Ilya Gorbunov
2015-09-04 17:56:07 +03:00
parent 4f9e2c24d1
commit 470fcc977c
3 changed files with 1 additions and 208 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
package test.io
import org.junit.Test as test
import kotlin.test.*
import java.io.Writer
import java.io.BufferedReader
import java.io.File
import kotlinhack.test.assertEquals
class IOStreamsTest {
test fun testGetStreamOfFile() {