ci: fix failing assign_expr_channel_push.out

pull/12314/head
Delyan Angelov 2021-10-27 22:54:41 +03:00
parent f79bc8619a
commit 0ff23eeb74
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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
|
| ~~