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 23373c0 commit 245d06aCopy full SHA for 245d06a
test/mutation.jl
@@ -48,7 +48,7 @@ end
48
x = Dagger.@mutable worker=w Ref{Int}()
49
@test fetch(Dagger.@spawn mutable_update!(x)) == w
50
wo_scope = Dagger.ProcessScope(wo)
51
- @test_throws_unwrap Dagger.DTaskFailedException fetch(Dagger.@spawn scope=wo_scope mutable_update!(x))
+ @test_throws_unwrap (Dagger.DTaskFailedException, Dagger.Sch.SchedulingException) fetch(Dagger.@spawn scope=wo_scope mutable_update!(x))
52
end
53
end # @testset "@mutable"
54
0 commit comments