Files
kotlin-fork/backend.native/tests/runtime/basic/entry2.kt
T
Pavel Punegov 35505007d2 TestRunner support in test's build.gradle
* Fixes to tests
 * RunKonanTest runs tests build with TestRunner
 * Standalone tests
2017-10-20 18:25:05 +03:00

5 lines
46 B
Kotlin

fun main(args: Array<String>) {
fail()
}