Skip to content

Commit 1d77abf

Browse files
committed
back to old API
1 parent 40fbb0c commit 1d77abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nlp/dummy-model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
@test_throws(MethodError, grad!(model, [0.0], [1.0]))
1414
@test_throws(MethodError, cons_lin!(model, [0.0], [1.0]))
1515
@test_throws(MethodError, cons_nln!(model, [0.0], [1.0]))
16-
@test_throws(MethodError, jac_lin_coord!(model, [1.0]))
16+
@test_throws(MethodError, jac_lin_coord!(model, [0.0], [1.0]))
1717
@test_throws(MethodError, jac_nln_coord!(model, [0.0], [1.0]))
1818
@test_throws(MethodError, jth_con(model, [0.0], 1))
1919
@test_throws(MethodError, jth_congrad(model, [0.0], 1))

0 commit comments

Comments
 (0)