diff options
Diffstat (limited to 'test/spec')
-rw-r--r-- | test/spec/address.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/address.wast b/test/spec/address.wast index e071cca50..212b7a85a 100644 --- a/test/spec/address.wast +++ b/test/spec/address.wast @@ -203,7 +203,7 @@ (assert_trap (invoke "16s_bad" (i32.const 1)) "out of bounds memory access") (assert_trap (invoke "32_bad" (i32.const 1)) "out of bounds memory access") -(assert_malformed +(assert_invalid (module quote "(memory 1)" "(func (drop (i32.load offset=4294967296 (i32.const 0))))" |