update tests from core repo
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user