Skip to content

Commit 00c9c24

Browse files
Update test/regression/time_derivative_test.jl
1 parent a337e60 commit 00c9c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regression/time_derivative_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq, StaticArrays, Test, ADTypes
1+
using OrdinaryDiffEq, StaticArrays, Test, ADTypes, Enzyme
22

33
function time_derivative(du, u, p, t)
44
du[1] = -t

0 commit comments

Comments
 (0)