Tuned test golden value.

This commit is contained in:
Alexander Gorshenev
2017-10-19 21:19:29 +03:00
committed by alexander-gorshenev
parent 425d111b63
commit 19fe0168ad
+1 -1
View File
@@ -1245,7 +1245,7 @@ task link_default_libs(type: RunStandaloneKonanTest) {
task link_testLib_explicitly(type: RunKonanTest) {
dependsOn ':klib:installTestLibrary'
goldValue = "Hello\n"
goldValue = "This is a side effect of a test library linked into the binary.\nYou should not be seing this.\n\nHello\n"
source = "link/omit/hello.kt"
// We force library inclusion, so need to see the warning banner.
flags = ['-l', 'testLibrary']