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 Aug 9, 2023
1 parent ec68ce4 commit e4f829f
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 @@ -399,7 +399,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 e4f829f

Please sign in to comment.