summaryrefslogtreecommitdiff
path: root/test/spec/old_address64.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec/old_address64.wast')
-rw-r--r--test/spec/old_address64.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec/old_address64.wast b/test/spec/old_address64.wast
index 5fd193b2a..40368093d 100644
--- a/test/spec/old_address64.wast
+++ b/test/spec/old_address64.wast
@@ -2,7 +2,7 @@
(import "spectest" "print" (func $print (param i32)))
(memory i64 1)
- (data (i32.const 0) "abcdefghijklmnopqrstuvwxyz")
+ (data (i64.const 0) "abcdefghijklmnopqrstuvwxyz")
(func (export "good") (param $i i64)
(call $print (i32.load8_u offset=0 (local.get $i))) ;; 97 'a'