BC native tests port to Konan's TestRunner
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package codegen.function.boolean
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun bool_yes(): Boolean = true
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
@Test fun runTest() {
|
||||
if (!bool_yes()) throw Error()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user