Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/binary/binary.wast
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
"invalid leading byte (0x0) for outer alias target"
)

(assert_invalid
(assert_malformed
(component binary
"\00asm" "\0d\00\01\00" ;; preamble
"\03\0a" ;; core type section (10 bytes)
Expand Down Expand Up @@ -1376,7 +1376,7 @@
)
"is not a valid extern name"
)
(assert_invalid
(assert_malformed
(component binary
"\00asm" "\0d\00\01\00" ;; preamble
"\07\03" ;; type section (3 bytes)
Expand Down
Loading