Fixes to tests: forgotten package names and tests
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
fun main(args: Array<String>) {
|
||||
package runtime.basic.main_exception
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@Test fun runTest() {
|
||||
throw Error("Hello!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user