Fixes to tests: forgotten package names and tests

This commit is contained in:
Pavel Punegov
2017-10-17 12:43:28 +03:00
parent a6af8aa11c
commit d56a4f8830
18 changed files with 33 additions and 30 deletions
@@ -1,3 +1,7 @@
fun main(args: Array<String>) {
package runtime.basic.main_exception
import kotlin.test.*
@Test fun runTest() {
throw Error("Hello!")
}