Skip to content

Commit 765087c

Browse files
committed
fixup! fixup! fixup! Various Thunk->DTask renames
1 parent f414348 commit 765087c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/thunk.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ end
179179
ex_str = sprint(io->Base.showerror(io,ex))
180180
@test occursin(r"^DTaskFailedException:", ex_str)
181181
@test occursin("Test", ex_str)
182-
@test !occursin("Root Thunk", ex_str)
182+
@test !occursin("Root Task", ex_str)
183183

184184
ex = try
185185
fetch(b)
@@ -189,7 +189,7 @@ end
189189
ex = Dagger.Sch.unwrap_nested_exception(ex)
190190
ex_str = sprint(io->Base.showerror(io,ex))
191191
@test occursin("Test", ex_str)
192-
@test occursin("Root Thunk", ex_str)
192+
@test occursin("Root Task", ex_str)
193193
end
194194
@testset "single dependent" begin
195195
a = @spawn error("Test")

0 commit comments

Comments
 (0)