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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user