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 c1e0f42 commit 6222b08Copy full SHA for 6222b08
test/grouptests.jl
@@ -12,9 +12,11 @@ const START_TIME = time()
12
end
13
14
@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
15
- using Aqua
16
- @time Aqua.test_all(LoopVectorization, ambiguities = false)
17
- # @test isempty(detect_unbound_args(LoopVectorization))
+ if VERSION.prerelease[1] != "DEV"
+ using Aqua
+ @time Aqua.test_all(LoopVectorization, ambiguities = false)
18
+ end
19
+ @test isempty(detect_unbound_args(LoopVectorization))
20
21
@time include("printmethods.jl")
22
0 commit comments