Skip to content

Commit

Permalink
Add InteractiveUtils to arrayops to allow testing code_llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed May 14, 2018
1 parent ed4cb8a commit d13c26f
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 @@ -5,7 +5,7 @@ isdefined(Main, :TestHelpers) || @eval Main include("TestHelpers.jl")
using .Main.TestHelpers.OAs
using SparseArrays

using Random, LinearAlgebra
using Random, LinearAlgebra, InteractiveUtils

@testset "basics" begin
@test length([1, 2, 3]) == 3
Expand Down

0 comments on commit d13c26f

Please sign in to comment.