update tests from core repo

This commit is contained in:
Ilya Rezvov
2018-04-14 16:35:18 -07:00
parent 681e0e3eca
commit d7dc05b157
13 changed files with 52 additions and 44 deletions
+3 -3
View File
@@ -203,8 +203,8 @@
(i32.wrap/i64 (unreachable))
)
(func (export "as-grow_memory-size") (result i32)
(grow_memory (unreachable))
(func (export "as-memory.grow-size") (result i32)
(memory.grow (unreachable))
)
)
@@ -286,5 +286,5 @@
(assert_trap (invoke "as-convert-operand") "unreachable")
(assert_trap (invoke "as-grow_memory-size") "unreachable")
(assert_trap (invoke "as-memory.grow-size") "unreachable")