diff options
Diffstat (limited to 'test/spec/memory_trap64.wast')
-rw-r--r-- | test/spec/memory_trap64.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/spec/memory_trap64.wast b/test/spec/memory_trap64.wast index 77e802ae3..78d39d87b 100644 --- a/test/spec/memory_trap64.wast +++ b/test/spec/memory_trap64.wast @@ -33,8 +33,8 @@ (module (memory i64 1) - (data (i32.const 0) "abcdefgh") - (data (i32.const 0xfff8) "abcdefgh") + (data (i64.const 0) "abcdefgh") + (data (i64.const 0xfff8) "abcdefgh") (func (export "i32.load") (param $a i64) (result i32) (i32.load (local.get $a)) |