Skip to content

Commit 5ae1dbe

Browse files
committed
only use Aqua on >= 1.9
1 parent 612c414 commit 5ae1dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/grouptests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ const START_TIME = time()
1313
end
1414

1515
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
16+
if VERSION >= v"1.9"
1617
using Aqua
1718
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)
18-
19+
end
1920
@test isempty(detect_unbound_args(LoopVectorization))
2021

2122
@time include("printmethods.jl")

0 commit comments

Comments
 (0)