Skip to content

Commit

Permalink
type assert fetch call
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Feb 24, 2025
1 parent a71d47c commit f4b7bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/threads_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ end
prec = precision(BigFloat)
task = ConcurrencyUtilities.new_task_nonsticky(is_racy_rational_from_irrational)
schedule(task)
ok = fetch(task)
ok = fetch(task)::Bool
setprecision(BigFloat, prec)
ok
end
Expand Down

0 comments on commit f4b7bec

Please sign in to comment.