Skip to content

Commit

Permalink
Update the expected output of two negative tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpottier committed Jul 7, 2024
1 parent d2f93b8 commit 794fd2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/applied_to_none.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Error: File "applied_to_none.cppo", line 3, characters 0-3
Error: "FOO" expects 1 arguments but is applied to none.
Error: "FOO" expects 1 argument but is applied to 0 argument.
2 changes: 1 addition & 1 deletion test/expects_no_args.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Error: File "expects_no_args.cppo", line 3, characters 4-11
Error: "FOO" expects no arguments
Error: "FOO" expects 0 argument but is applied to 1 argument.

0 comments on commit 794fd2c

Please sign in to comment.