Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ import kotlin.test.*
|
||||
import org.junit.Test as test
|
||||
|
||||
public class Test {
|
||||
test fun f(): Unit {
|
||||
@test fun f(): Unit {
|
||||
assertEquals(true, !false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user