There is not platform.posix for wasm32.
This commit is contained in:
committed by
alexander-gorshenev
parent
85abe28267
commit
17ae2343d4
@@ -1228,6 +1228,7 @@ task link_default_libs(type: RunKonanTest) {
|
||||
}
|
||||
|
||||
task no_purge_for_dependencies(type: LinkKonanTest) {
|
||||
disabled = (project.testTarget == 'wasm32') // there will be no posix.klib for wasm
|
||||
goldValue = "linked library\nand symbols from posix available: 17; 1.0\n"
|
||||
source = "link/purge1/prog.kt"
|
||||
lib = "link/purge1/lib.kt"
|
||||
|
||||
Reference in New Issue
Block a user