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 cf43a35 commit 612c414Copy full SHA for 612c414
test/grouptests.jl
@@ -13,10 +13,9 @@ const START_TIME = time()
13
end
14
15
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
16
- if VERSION <= v"1.8" || isempty(VERSION.prerelease)
17
using Aqua
18
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)
19
- end
+
20
@test isempty(detect_unbound_args(LoopVectorization))
21
22
@time include("printmethods.jl")
0 commit comments