Skip to content

Commit

Permalink
More Aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Jul 20, 2023
1 parent cf43a35 commit 612c414
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/grouptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ const START_TIME = time()
end

@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
if VERSION <= v"1.8" || isempty(VERSION.prerelease)
using Aqua
@time Aqua.test_all(LoopVectorization, ambiguities = false, piracy = false)
end

@test isempty(detect_unbound_args(LoopVectorization))

@time include("printmethods.jl")
Expand Down

0 comments on commit 612c414

Please sign in to comment.