mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix failing assign_expr_channel_push.out
This commit is contained in:
parent
f79bc8619a
commit
0ff23eeb74
@ -1,4 +1,4 @@
|
||||
vlib/v/checker/tests/assign_expr_channel_push.vv:2:9: error: cannot use `<-` on the right-hand side of an assignment, as it does not return any values
|
||||
1 | ch := chan f64{}
|
||||
2 | _ := ch <- 4.56
|
||||
|
|
||||
| ~~
|
||||
|
Loading…
Reference in New Issue
Block a user