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
@@ -4,7 +4,6 @@ package test.concurrent
import kotlin.concurrent.*
import kotlin.test.*
import org.junit.Test
import java.util.concurrent.*
import java.util.concurrent.TimeUnit.*
@@ -7,7 +7,6 @@ import kotlin.test.*
import java.util.concurrent.atomic.AtomicInteger
import java.util.Timer
import org.junit.Test
class TimerTest {
@Test fun scheduledTask() {