Skip to content

Commit

Permalink
update match_missing.out
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 4, 2024
1 parent ac646c5 commit b7f89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/checker/tests/match_missing.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vlib/v/checker/tests/match_missing.vv:1:1: error: `match` must have at least two branches
vlib/v/checker/tests/match_missing.vv:1:1: error: `match` must have at least two branches including `else`, or an exhaustive set of branches
1 | match true {
| ~~~~~
2 | }
Expand Down

0 comments on commit b7f89d0

Please sign in to comment.