Skip to content

Commit a38fc89

Browse files
committed
ci: fix the content of function_arg_mutable_err.out
1 parent 7e6c511 commit a38fc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/v/checker/tests/function_arg_mutable_err.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vlib/v/checker/tests/function_arg_mutable_err.vv:1:18: error: mutable arguments are only allowed for arrays, interfaces, maps, pointers and structs
1+
vlib/v/checker/tests/function_arg_mutable_err.vv:1:18: error: mutable arguments are only allowed for arrays, interfaces, maps, pointers, structs or their aliases
22
return values instead: `fn foo(mut n int) {` => `fn foo(n int) int {`
33
1 | fn mod_ptr(mut a int) {
44
| ~~~

0 commit comments

Comments
 (0)