Skip to content

Commit

Permalink
tidier isdefined check
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Abbott committed Apr 6, 2020
1 parent 55085da commit 66df48f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
isdefined(Main, :OffsetArrays) || @eval Main include("testhelpers/OffsetArrays.jl")
using .Main.OffsetArrays

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

if !isdefined(@__MODULE__, :T24Linear)
include("testhelpers/arrayindexingtypes.jl")
end
using SparseArrays

using Random, LinearAlgebra
using Dates
Expand Down

0 comments on commit 66df48f

Please sign in to comment.