Support grow() operation for wasm32 memory.

This commit is contained in:
Alexander Gorshenev
2017-08-09 02:25:17 +03:00
committed by alexander-gorshenev
parent e615b08ab7
commit 26d383c8be
3 changed files with 16 additions and 9 deletions
-1
View File
@@ -1331,7 +1331,6 @@ task array_list1(type: RunKonanTest) {
}
task hash_map0(type: RunKonanTest) {
expectedFail = (project.testTarget == 'wasm32') // The test fails on wasm32 (remainder by zero)
goldValue = "OK\n"
source = "runtime/collections/hash_map0.kt"
}