[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,7 @@
|
||||
// PROGRAM_ARGS: AAA BB C
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
assertContentEquals(arrayOf("AAA", "BB", "C"), args)
|
||||
}
|
||||
Reference in New Issue
Block a user