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:
@@ -2,7 +2,6 @@
|
||||
package test.io
|
||||
|
||||
import java.io.*
|
||||
import org.junit.Test
|
||||
import kotlin.test.*
|
||||
|
||||
private class Serial(val name: String) : Serializable {
|
||||
|
||||
Reference in New Issue
Block a user