[Native][tests] localDelegatedPropertyLink - don't use golden data

This commit is contained in:
Dmitriy Dolovov
2021-08-27 19:58:32 +03:00
parent f85c137360
commit 51f30ed995
2 changed files with 3 additions and 2 deletions
@@ -1,3 +1,5 @@
import kotlin.test.*
fun main() {
println(foo())
assertEquals("OK", foo())
}