Skip to content

Commit

Permalink
update to reflect change in VERSION's data structure
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored May 31, 2022
1 parent e66a012 commit dafac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/grouptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const START_TIME = time()
end

@time if LOOPVECTORIZATION_TEST == "all" || LOOPVECTORIZATION_TEST == "part2"
if VERSION.prerelease[1] != "DEV"
if VERSION <= v"1.8" || VERSION.prerelease[1] != "DEV"
using Aqua
@time Aqua.test_all(LoopVectorization, ambiguities = false)
end
Expand Down

2 comments on commit dafac5f

@chriselrod
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61418

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.114 -m "<description of version>" dafac5f13a70ab50338ad08a7239aac3420feffa
git push origin v0.12.114

Please sign in to comment.