Skip to content

Commit

Permalink
[test]: dont expect indices in validation messages either
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Nov 13, 2024
1 parent bd2aa85 commit 2fa19ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/bulk.wast
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
(assert_trap (invoke "init" (i32.const 2) (i32.const 0) (i32.const 2))
"out of bounds table access")
(assert_trap (invoke "call" (i32.const 2))
"uninitialized element 2")
"uninitialized element")

(invoke "init" (i32.const 0) (i32.const 1) (i32.const 2))
(assert_return (invoke "call" (i32.const 0)) (i32.const 1))
Expand Down

0 comments on commit 2fa19ee

Please sign in to comment.