Skip to content

Commit 7ae86df

Browse files
authored
upgrade OffsetArrays to v1.3.0 (#37643)
* upgrade to OffsetArrays v1.3.0 * everywhere include OffsetArrays * more tests for #37204 OffsetArrays issues 133 and 100 are fixed by #37204.
1 parent 093bb4f commit 7ae86df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/splitrange.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using Distributed: splitrange
2222
@test splitrange(-1, 1, 4) == Array{UnitRange{Int64},1}([-1:-1,0:0,1:1])
2323

2424
const BASE_TEST_PATH = joinpath(Sys.BINDIR, "..", "share", "julia", "test")
25-
isdefined(Main, :OffsetArrays) || @eval Main include(joinpath($(BASE_TEST_PATH), "testhelpers", "OffsetArrays.jl"))
25+
isdefined(Main, :OffsetArrays) || @eval Main @everywhere include(joinpath($(BASE_TEST_PATH), "testhelpers", "OffsetArrays.jl"))
2626
using .Main.OffsetArrays
2727

2828
oa = OffsetArray([123, -345], (-2,))

0 commit comments

Comments
 (0)