Skip to content

Commit b96d7e6

Browse files
fix test to not require LinearAlgebra
1 parent 76e8379 commit b96d7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using ParameterizedFunctions, DiffEqBase
2-
using Test, LinearAlgebra, InteractiveUtils
2+
using Test, InteractiveUtils
33

44
using SpecialFunctions
55

0 commit comments

Comments
 (0)