[K/N][tests] Migrate entry point runtime tests to new testing infra ^KT-61259
This commit is contained in:
committed by
Space Team
parent
0ab0607bbf
commit
340103098f
@@ -0,0 +1,20 @@
|
||||
// OUTPUT_DATA_FILE: differentEntry.out
|
||||
// ENTRY_POINT: foo
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun foo() {
|
||||
fail()
|
||||
}
|
||||
|
||||
fun foo(args: Array<String>) {
|
||||
println("OK")
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
fail()
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
fail()
|
||||
}
|
||||
Reference in New Issue
Block a user