We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7e0af commit 2cdbf8cCopy full SHA for 2cdbf8c
test/runtests.jl
@@ -3,7 +3,8 @@ import PerformanceTestTools
3
import Accessors
4
5
using Documenter: doctest
6
-if VERSION >= v"1.5" # ⨟ needs to be defined
+if VERSION == v"1.6"
7
+ # ⨟ needs to be defined
8
doctest(Accessors)
9
else
10
@info "Skipping doctests, on old VERSION = $VERSION"
0 commit comments