We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093bb4f commit 7ae86dfCopy full SHA for 7ae86df
test/splitrange.jl
@@ -22,7 +22,7 @@ using Distributed: splitrange
22
@test splitrange(-1, 1, 4) == Array{UnitRange{Int64},1}([-1:-1,0:0,1:1])
23
24
const BASE_TEST_PATH = joinpath(Sys.BINDIR, "..", "share", "julia", "test")
25
-isdefined(Main, :OffsetArrays) || @eval Main include(joinpath($(BASE_TEST_PATH), "testhelpers", "OffsetArrays.jl"))
+isdefined(Main, :OffsetArrays) || @eval Main @everywhere include(joinpath($(BASE_TEST_PATH), "testhelpers", "OffsetArrays.jl"))
26
using .Main.OffsetArrays
27
28
oa = OffsetArray([123, -345], (-2,))
0 commit comments