summaryrefslogtreecommitdiff
path: root/test/spec/memory64.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/memory64.wast')
-rw-r--r--test/spec/memory64.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/memory64.wast b/test/spec/memory64.wast
index 8424e0c0e..da4ba591e 100644
--- a/test/spec/memory64.wast
+++ b/test/spec/memory64.wast
@@ -52,7 +52,7 @@
(module
(memory i64 1)
- (data (i32.const 0) "ABC\a7D") (data (i32.const 20) "WASM")
+ (data (i64.const 0) "ABC\a7D") (data (i64.const 20) "WASM")
;; Data section
(func (export "data") (result i32)