BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
fun main(args : Array<String>) {
|
||||
package runtime.basic.hello0
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@Test fun runTest() {
|
||||
println("Hello, world!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user