Skip to content

Commit

Permalink
newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively committed Apr 5, 2024
1 parent da09fa9 commit f711fdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/spec/return_call.wast
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@
(assert_invalid
(module (func $large-func (return_call 1012321300)))
"unknown function"
)
)
2 changes: 1 addition & 1 deletion test/spec/return_call_eh.wast
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
)
)

(assert_return (invoke "test") (i32.const 42))
(assert_return (invoke "test") (i32.const 42))
2 changes: 1 addition & 1 deletion test/spec/return_call_indirect.wast
Original file line number Diff line number Diff line change
Expand Up @@ -533,4 +533,4 @@
(assert_invalid
(module (table funcref (elem 0 0)))
"unknown function 0"
)
)
2 changes: 1 addition & 1 deletion test/spec/return_call_ref.wast
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,4 @@
)
)
"type mismatch"
)
)

0 comments on commit f711fdc

Please # to comment.