Skip to content

Commit

Permalink
update out file
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Jul 23, 2024
1 parent a262f5c commit 6b7d033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/checker/tests/enum_value_used_before_decl_err.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vlib/v/checker/tests/enum_value_used_before_decl_err.vv:2:10: error: cannot use `TestEnum.a` as not defined or declared later
vlib/v/checker/tests/enum_value_used_before_decl_err.vv:2:10: error: `TestEnum.a` should be declared before using it
1 | enum TestEnum {
2 | chan = int(TestEnum.a)
| ~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 6b7d033

Please sign in to comment.