Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary VERSION check
Browse files Browse the repository at this point in the history
aplavin committed Dec 26, 2024
1 parent 43e8d97 commit a71cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -658,7 +658,7 @@ Random.seed!(0)
@test_nowarn MonteCarloMeasurements.print_functions_to_extend()
end

VERSION v"1.9" && @time @testset "Makie" begin
@time @testset "Makie" begin
p1 = Particles(10^2)
Makie.hist(p1)
Makie.density(p1)

0 comments on commit a71cd32

Please sign in to comment.