Skip to content

Commit 88b40a6

Browse files
fix threads namespace
1 parent dd35634 commit 88b40a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/multithreaded_jump_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using DiffEqJump, StochasticDiffEq, Test
22

33
# Requires threads to be effective
44
# https://github.com/SciML/DifferentialEquations.jl/issues/854
5-
using Threads
5+
using Base.Threads
66
@test Threads.nthreads() > 1
77

88

0 commit comments

Comments
 (0)