Skip to content

Commit bade2d2

Browse files
longemen3000KristofferC
authored andcommitted
Update HessianTest.jl
1 parent 183e290 commit bade2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HessianTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ end
168168
g = r -> (r[1]^2 - 3) * (r[2]^2 - 2)
169169
x = SA_F32[0.5, 2.7]
170170
hres = DiffResults.HessianResult(x)
171-
@test @allocated(ForwardDiff.hessian!(hres, g, x))) == 0
171+
@test @allocated(ForwardDiff.hessian!(hres, g, x)) == 0
172172
end
173173

174174
end # module

0 commit comments

Comments
 (0)