There is not platform.posix for wasm32.

This commit is contained in:
Alexander Gorshenev
2017-10-12 04:52:42 +03:00
committed by alexander-gorshenev
parent 85abe28267
commit 17ae2343d4
+1
View File
@@ -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"