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:
@@ -3,7 +3,6 @@ package test.io
|
||||
|
||||
import java.io.*
|
||||
import java.util.*
|
||||
import org.junit.Test
|
||||
import kotlin.io.walkTopDown
|
||||
import kotlin.test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user