BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
fun main(args: Array<String>) {
|
||||
package codegen.basics.array_to_any
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
@Test
|
||||
fun runTest() {
|
||||
foo().hashCode()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user