Tuned test golden value.
This commit is contained in:
committed by
alexander-gorshenev
parent
425d111b63
commit
19fe0168ad
@@ -1245,7 +1245,7 @@ task link_default_libs(type: RunStandaloneKonanTest) {
|
|||||||
|
|
||||||
task link_testLib_explicitly(type: RunKonanTest) {
|
task link_testLib_explicitly(type: RunKonanTest) {
|
||||||
dependsOn ':klib:installTestLibrary'
|
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"
|
source = "link/omit/hello.kt"
|
||||||
// We force library inclusion, so need to see the warning banner.
|
// We force library inclusion, so need to see the warning banner.
|
||||||
flags = ['-l', 'testLibrary']
|
flags = ['-l', 'testLibrary']
|
||||||
|
|||||||
Reference in New Issue
Block a user