[K/N][Tests] Adjust moved codegen tests to new infra
^KT-61259
This commit is contained in:
committed by
Space Team
parent
71a834b778
commit
73032213f0
@@ -22,9 +22,11 @@ object Z {
|
||||
// FILE: main.kt
|
||||
import kotlin.test.*
|
||||
|
||||
fun main() {
|
||||
fun box(): String {
|
||||
Z.bar()
|
||||
assertFalse(z)
|
||||
assertEquals(42, Z.baz())
|
||||
assertTrue(z)
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user