Skip to content

Commit 300df28

Browse files
author
Michael Abbott
committed
revert isdefined check
1 parent a524b23 commit 300df28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/arrayops.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
isdefined(Main, :OffsetArrays) || @eval Main include("testhelpers/OffsetArrays.jl")
55
using .Main.OffsetArrays
66

7-
isdefined(Main, :TSlow) || @eval Main include("testhelpers/arrayindexingtypes.jl")
7+
isdefined(@__MODULE__, :T24Linear) || include("testhelpers/arrayindexingtypes.jl")
88

99
using SparseArrays
1010

0 commit comments

Comments
 (0)