Skip to content

Commit 81a6aee

Browse files
committed
ensure forwards compatibility
1 parent 1f85627 commit 81a6aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using Aqua
3535
Aqua.test_all(VectorInterface)
3636
end
3737

38-
@static if isdefined(Base, :get_extension)
38+
@static if isdefined(Base, :get_extension) && isempty(VERSION.prerelease)
3939
println("Testing AD rules")
4040
println("================")
4141
include("chainrules.jl")

0 commit comments

Comments
 (0)