Skip to content

Commit dafac5f

Browse files
authored
update to reflect change in VERSION's data structure
1 parent e66a012 commit dafac5f

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.prerelease[1] != "DEV"
15+
if VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV"
1616
using Aqua
1717
@time Aqua.test_all(LoopVectorization, ambiguities = false)
1818
end

0 commit comments

Comments
 (0)