We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2270d9a commit 4fcb076Copy full SHA for 4fcb076
test/copyable_task.jl
@@ -241,6 +241,7 @@
241
@test Libtask.consume(tt) === :a
242
@test Libtask.consume(tt) === :b
243
@test Libtask.consume(tt) === :c
244
+ end
245
@testset "Return produce" begin
246
# Test calling a function that does something with the return value of `produce`.
247
# In this case it just returns it. This used to error, see
0 commit comments