Skip to content

Commit bc887cd

Browse files
authored
Merge pull request WebAssembly#488 from q82419/main
[test] Unify the error message of `"null structure reference"`.
2 parents 23b217a + 0eb2256 commit bc887cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/core/gc/struct.wast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
)
153153
)
154154

155-
(assert_trap (invoke "struct.get-null") "null structure")
156-
(assert_trap (invoke "struct.set-null") "null structure")
155+
(assert_trap (invoke "struct.get-null") "null structure reference")
156+
(assert_trap (invoke "struct.set-null") "null structure reference")
157157

158158
;; Packed field instructions
159159

0 commit comments

Comments
 (0)