Skip to content

Commit af39294

Browse files
no upstream deps
1 parent 2396aea commit af39294

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/runtests.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using OrdinaryDiffEq, ParameterizedFunctions,
2-
DiffEqBase, RecursiveArrayTools
1+
using RecursiveArrayTools
32
using Base.Test
43

54
tic()
@@ -9,4 +8,3 @@ tic()
98
@time @testset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
109
@time @testset "StaticArrays Tests" begin include("copy_static_array_test.jl") end
1110
toc()
12-
# Test the VectorOfArray code

0 commit comments

Comments
 (0)