Skip to content

Commit a01898a

Browse files
test throws
1 parent cb8ea9f commit a01898a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ end a=>1.5 b=>1 c=3 d=4
147147
NJ(t,u,du)
148148
@test du == [-3.0;-3*3.0 + erf(2.0*3.0/4)]
149149
@test du == NJ(t,u)
150+
@test_throws MethodError NJ(Val{:jac},t,u,iH)
150151
# NJ(Val{:jac},t,u,J) # Currently gives E not defined, will be fixed by the next SymEgine
151152
### FEM Macros
152153

0 commit comments

Comments
 (0)