Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jun 1, 2024
1 parent 8c29743 commit 146acfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/parser/tests/option_result_err.out
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
vlib/v/parser/tests/option_result_err.vv:2:2: error: invalid expression: unexpected keyword `return`
vlib/v/parser/tests/option_result_err.vv:1:11: error: the type must be Option or Result
1 | fn abc() ?!string {
| ^
2 | return ''
| ~~~~~~
3 | }

0 comments on commit 146acfc

Please sign in to comment.