[K/N][tests] Migrate termination runtime tests to new testing infra ^KT-61259
This commit is contained in:
committed by
Space Team
parent
226ee3c367
commit
04a2a2d90d
@@ -0,0 +1,10 @@
|
||||
// EXIT_CODE: 42
|
||||
// OUTPUT_DATA_FILE: exitProcess.out
|
||||
|
||||
import kotlin.system.*
|
||||
|
||||
fun main() {
|
||||
print("OK")
|
||||
exitProcess(42)
|
||||
println("FAIL")
|
||||
}
|
||||
Reference in New Issue
Block a user