We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f85627 commit 81a6aeeCopy full SHA for 81a6aee
1 file changed
test/runtests.jl
@@ -35,7 +35,7 @@ using Aqua
35
Aqua.test_all(VectorInterface)
36
end
37
38
-@static if isdefined(Base, :get_extension)
+@static if isdefined(Base, :get_extension) && isempty(VERSION.prerelease)
39
println("Testing AD rules")
40
println("================")
41
include("chainrules.jl")
0 commit comments