mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix the push_work_on_channel.vv output
This commit is contained in:
parent
3d5617c4fa
commit
a52590572f
@ -1,6 +1,5 @@
|
||||
> main start
|
||||
> work started
|
||||
> main ch.close called
|
||||
> work x: 0
|
||||
> work x: 1
|
||||
> work x: 2
|
||||
|
@ -22,7 +22,7 @@ fn main() {
|
||||
_ := <-work_started
|
||||
|
||||
ch.close()
|
||||
println('> main ch.close called')
|
||||
// println('> main ch.close called') // the position of this is not deterministic
|
||||
|
||||
task.wait()
|
||||
println('> main task was finished')
|
||||
|
Loading…
Reference in New Issue
Block a user