Skip to content

Commit

Permalink
revert isdefined check
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Apr 5, 2020
1 parent a524b23 commit 300df28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
isdefined(Main, :OffsetArrays) || @eval Main include("testhelpers/OffsetArrays.jl")
using .Main.OffsetArrays

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

using SparseArrays

Expand Down

0 comments on commit 300df28

Please # to comment.