Skip to content

Commit 2cdbf8c

Browse files
committed
only doctest v1.6
1 parent cd7e0af commit 2cdbf8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import PerformanceTestTools
33
import Accessors
44

55
using Documenter: doctest
6-
if VERSION >= v"1.5" # ⨟ needs to be defined
6+
if VERSION == v"1.6"
7+
# ⨟ needs to be defined
78
doctest(Accessors)
89
else
910
@info "Skipping doctests, on old VERSION = $VERSION"

0 commit comments

Comments
 (0)