Skip to content

Commit 0ae6dd2

Browse files
authored
Update grouptests.jl
1 parent 88dfe72 commit 0ae6dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/grouptests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const START_TIME = time()
1212
end
1313

1414
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
15-
if VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV"
15+
if VERSION <= v"1.8" || isempty(VERSION.prerelease)
1616
using Aqua
1717
@time Aqua.test_all(LoopVectorization, ambiguities = false)
1818
end

0 commit comments

Comments
 (0)