[Native] Rename :native:tests-blackbox.native to :native:native.tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// KIND: STANDALONE_NO_TR
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun main() {
|
||||
assertEquals(42, 40 + 2)
|
||||
println("OK")
|
||||
}
|
||||
|
||||
fun altMain() {
|
||||
error("Not supposed to be called")
|
||||
}
|
||||
Reference in New Issue
Block a user