Skip to content

Commit

Permalink
Mark try test as broken on Julia 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreener64 committed Nov 8, 2023
1 parent 897aad8 commit 0a5059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ end
end
end
# Gives 0.0 on Julia 1.6, see #971
@static if VERSION v"1.7-"
@static if VERSION v"1.8-"
@test autodiff(Reverse, f25, Active, Active(2.0))[1][1] == 2
@test autodiff(Forward, f25, Duplicated(2.0, 1.0))[1] == 2
else
Expand Down

0 comments on commit 0a5059e

Please sign in to comment.