Skip to content

Commit f33de81

Browse files
committed
type assert fetch call
1 parent 8c37845 commit f33de81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/threads_exec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ end
14251425
prec = precision(BigFloat)
14261426
task = ConcurrencyUtilities.new_task_nonsticky(is_racy_rational_from_irrational)
14271427
schedule(task)
1428-
ok = fetch(task)
1428+
ok = fetch(task)::Bool
14291429
setprecision(BigFloat, prec)
14301430
ok
14311431
end

0 commit comments

Comments
 (0)