Moved a newly created test to Standalone category.
This commit is contained in:
committed by
alexander-gorshenev
parent
2949a4ed7c
commit
886ef5fe5a
@@ -1243,7 +1243,7 @@ task link_default_libs(type: RunStandaloneKonanTest) {
|
||||
source = "link/default/default.kt"
|
||||
}
|
||||
|
||||
task link_testLib_explicitly(type: RunKonanTest) {
|
||||
task link_testLib_explicitly(type: RunStandaloneKonanTest) {
|
||||
dependsOn ':klib:installTestLibrary'
|
||||
goldValue = "This is a side effect of a test library linked into the binary.\nYou should not be seeing this.\n\nHello\n"
|
||||
source = "link/omit/hello.kt"
|
||||
|
||||
Reference in New Issue
Block a user