[Native][tests] localDelegatedPropertyLink - don't use golden data
This commit is contained in:
@@ -383,7 +383,6 @@ task slackReportNightly(type:NightlyReporter) {
|
||||
}
|
||||
|
||||
linkTest("localDelegatedPropertyLink") {
|
||||
goldValue = "OK\n"
|
||||
source = "lower/local_delegated_property_link/main.kt"
|
||||
lib = "lower/local_delegated_property_link/lib.kt"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import kotlin.test.*
|
||||
|
||||
fun main() {
|
||||
println(foo())
|
||||
assertEquals("OK", foo())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user