Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed May 29, 2024
1 parent 775b8f5 commit 2e4d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ end
end) == 6
# OhMyThreads.@local
ntd = 2 * Threads.nthreads()
@tasks(for i in 1:ntd
@test @tasks(for i in 1:ntd
OhMyThreads.@local x::Ref{Int64} = Ref(0)
OhMyThreads.@set begin
reducer = (+)
Expand Down

0 comments on commit 2e4d63f

Please sign in to comment.