Skip to content

Commit b2f4529

Browse files
committed
update
1 parent d9923d6 commit b2f4529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Nonlinear/ReverseAD.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ function test_generate_hessian_slice_inner()
13901390
# elsewhere.
13911391
MOI.Nonlinear.ReverseAD._generate_hessian_slice_inner()
13921392
d = ex = nothing # These arguments are untyped and not needed for this test
1393-
for id in [0, MAX_CHUNK + 1]
1393+
for id in [0, MOI.Nonlinear.ReverseAD.MAX_CHUNK + 1]
13941394
@test_throws(
13951395
ErrorException("Invalid chunk size: $id"),
13961396
MOI.Nonlinear.ReverseAD._hessian_slice_inner(d, ex, id),

0 commit comments

Comments
 (0)