BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
package codegen.lambda.lambda2
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@Test fun runTest() {
|
||||
main(arrayOf("arg0"))
|
||||
}
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
run {
|
||||
println(args[0])
|
||||
|
||||
Reference in New Issue
Block a user