Skip to content

Commit e0a3708

Browse files
committed
test nowarn
1 parent 2bf0e3e commit e0a3708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/odesystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ D = Differential(t)
358358
eqs = [D(x1) ~ -x1]
359359
@named sys = ODESystem(eqs,t,[x1,x2],[])
360360
@test_throws ArgumentError ODEProblem(sys, [1.0,1.0], (0.0,1.0))
361+
@test_nowarn ODEProblem(sys, [1.0,1.0], (0.0,1.0), check_length=false)
361362

362363
# check inputs
363364
let

0 commit comments

Comments
 (0)