Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust to Julia 1.12 change to implicit world age increment
Julia 1.12 will no longer implicitly increment world ages within expressions. However, we will likely retain world age increments between statements of a `@testset`, so all that's needed here is to move the `load` to a separate like. More explicitly, the `collect`s could be `invokelatest`'ed instead.
- Loading branch information