We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dfe72 commit 0ae6dd2Copy full SHA for 0ae6dd2
test/grouptests.jl
@@ -12,7 +12,7 @@ const START_TIME = time()
12
end
13
14
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
15
- if VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV"
+ if VERSION <= v"1.8" || isempty(VERSION.prerelease)
16
using Aqua
17
@time Aqua.test_all(LoopVectorization, ambiguities = false)
18
0 commit comments