Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Jun 25, 2024
1 parent 31f65e0 commit 2f09f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/parser/tests/fn_type_del_same_param_type.out
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vlib/v/parser/tests/fn_type_del_same_param_type.vv:1:19: error: `FnType` cannot be a return type as it references the fntype
vlib/v/parser/tests/fn_type_del_same_param_type.vv:1:19: error: `FnType` cannot be a parameter as it references the fntype
1 | type FnType = fn (FnType) string
| ~~~~~~

0 comments on commit 2f09f05

Please sign in to comment.