Skip to content

Commit 2f936c8

Browse files
authored
move out Test from the sysimage (JuliaLang/julia#49134)
1 parent 6fb546e commit 2f936c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/splitrange.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ isdefined(Main, :OffsetArrays) || @eval Main @everywhere include(joinpath($(BASE
2828
using .Main.OffsetArrays
2929

3030
oa = OffsetArray([123, -345], (-2,))
31+
32+
@everywhere using Test
3133
@sync @distributed for i in eachindex(oa)
3234
@test i (-1, 0)
3335
end

0 commit comments

Comments
 (0)