Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
import org.junit.Test
|
||||
|
||||
Test fun foo(m : java.lang.reflect.Method) = "OK"
|
||||
@Test fun foo(m : java.lang.reflect.Method) = "OK"
|
||||
|
||||
+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