Skip to content

Commit 612c414

Browse files
committed
More Aqua
1 parent cf43a35 commit 612c414

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/grouptests.jl

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

1515
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
16-
if VERSION <= v"1.8" || isempty(VERSION.prerelease)
1716
using Aqua
1817
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)
19-
end
18+
2019
@test isempty(detect_unbound_args(LoopVectorization))
2120

2221
@time include("printmethods.jl")

0 commit comments

Comments
 (0)