Skip to content

Commit a18ff9b

Browse files
authored
Merge pull request #34 from yamt/test1
custom-page-sizes.wast: use the consistent trap
2 parents 2c010a9 + 29b3685 commit a18ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/custom-page-sizes/custom-page-sizes.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
(assert_return (invoke "load" (i32.const 0)) (i32.const 120))
127127
(assert_return (invoke "load" (i32.const 1)) (i32.const 121))
128128
(assert_return (invoke "load" (i32.const 2)) (i32.const 122))
129-
(assert_trap (invoke "load" (i32.const 3)) "out of bounds")
129+
(assert_trap (invoke "load" (i32.const 3)) "out of bounds memory access")
130130
(assert_return (invoke "grow" (i32.const 1)) (i32.const -1))
131131

132132
;; pagesize 65536

0 commit comments

Comments
 (0)