Skip to content

Commit 6bcf127

Browse files
authored
Update test.jl
1 parent f9eaae9 commit 6bcf127

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • DifferentiationInterface/test/Back/Mooncake

DifferentiationInterface/test/Back/Mooncake/test.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ EXCLUDED = @static if VERSION ≥ v"1.11-" && VERSION ≤ v"1.12-"
3232
# testing only :hessian on 1.11 due to an opaque closure bug.
3333
# This is potentially the same issue as discussed in
3434
# https://github.com/chalk-lab/MistyClosures.jl/pull/12#issue-3278662295
35-
[FIRST_ORDER..., :hvp, :second_derivative],
35+
[FIRST_ORDER..., :hvp, :second_derivative]
3636
else
37-
[FIRST_ORDER...],
37+
[FIRST_ORDER...]
3838
end
3939

4040
# Test second-order differentiation (forward-over-reverse)
4141
test_differentiation(
4242
[SecondOrder(AutoMooncakeForward(; config=nothing), AutoMooncake(; config=nothing))],
43-
excluded=EXCLUDED
43+
excluded=EXCLUDED,
4444
logging=true,
4545
)
4646

0 commit comments

Comments
 (0)