revert 9f0fcc280b
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package testPackage
|
||||
|
||||
import org.junit.Test as test
|
||||
|
||||
class SimpleTest {
|
||||
|
||||
public fun testFoo() {
|
||||
val name = "world"
|
||||
val message = "hello $name!"
|
||||
}
|
||||
|
||||
test fun cheese() {
|
||||
val name = "world"
|
||||
val message = "bye $name!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user