Use kotlin.test.Test instead of org.junit.Test in common stdlib tests

(and in jvm-only and js-only tests also)
This commit is contained in:
Ilya Gorbunov
2017-10-12 07:23:13 +03:00
parent f002493218
commit 20b122c1dd
67 changed files with 16 additions and 92 deletions
@@ -17,7 +17,6 @@
package test.coroutines
import kotlin.test.*
import org.junit.Test
import kotlin.coroutines.experimental.*
class CoroutineContextTest {
@@ -17,7 +17,6 @@
package test.coroutines
import kotlin.test.*
import org.junit.Test
import kotlin.coroutines.experimental.*
/**
@@ -16,7 +16,6 @@
package test.coroutines
import org.junit.Test
import kotlin.test.*
import kotlin.coroutines.experimental.buildSequence
import kotlin.coroutines.experimental.buildIterator