Skip to content

Commit d74327a

Browse files
test fixes
1 parent c304bf6 commit d74327a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
using ParameterizedFunctions, DiffEqBase
2-
using Test, LinearAlgebra
2+
using Test, LinearAlgebra, InteractiveUtils
33

44
using SpecialFunctions
55

66
### ODE Macros
77

88
println("Build some examples")
9-
f_t = @ode_def_bare SymCheck begin # Checks for error due to symbol on 1
9+
f_t = @ode_def SymCheck begin # Checks for error due to symbol on 1
1010
dx = x
1111
dy = -c*y + d*x*y*t^2
1212
end a b c d

0 commit comments

Comments
 (0)