Skip to content

Commit 08ffcb3

Browse files
authored
Update test/runtests.jl
1 parent 7bb0559 commit 08ffcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include("sparse_hessian.jl")
2929
include("sparse_hessian_nls.jl")
3030

3131
list_sparse_jac_backend =
32-
((ADNLPModels.SparseADJacobian, Dict()), (ADNLPModels.SparseReverseADJacobian, Dict()))
32+
((ADNLPModels.SparseADJacobian, Dict()), (ADNLPModels.ForwardDiffADJacobian, Dict()))
3333

3434
@testset "Sparse Jacobian" begin
3535
for (backend, kw) in list_sparse_jac_backend

0 commit comments

Comments
 (0)