Skip to content

Commit a075e8b

Browse files
committed
fix doctests run: were not executed before
1 parent 1c92e1f commit a075e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import KernelAbstractions as KA
1717
import Tables, PooledArrays, WeakRefStrings
1818

1919
using Documenter: doctest
20-
if Base.VERSION == v"1.6" && Int === Int64
20+
if v"1.10" Base.VERSION < v"1.11" && Int === Int64
2121
doctest(StructArrays)
2222
end
2323

0 commit comments

Comments
 (0)