Skip to content

Commit

Permalink
Fix test expectation (WebAssembly#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahaas authored and rossberg committed Oct 29, 2019
1 parent 074a6fa commit 1e05d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/binary.wast
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
"\0a\04\01" ;; code section
"\02\00\0b" ;; function body
)
"invalid value type"
"invalid segment kind"
)

;; 1 elem segment declared, 2 given
Expand Down Expand Up @@ -1164,7 +1164,7 @@
"\02" ;; break depth for default
"\0b\0b\0b" ;; end
)
"invalid value type"
"invalid reference type"
)

;; Start section
Expand Down

0 comments on commit 1e05d9b

Please sign in to comment.