Skip to content

Commit

Permalink
Restrict ambiguity test to at least Julia v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Dec 9, 2024
1 parent 7ed02c7 commit 3d6237c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ using Aqua
for method_ambiguity ambs
@show method_ambiguity
end
@test length(ambs) == 0
if VERSION v"1.10"
@test length(ambs) == 0
end
end

@testset "Aqua tests (additional)" begin
Expand Down

0 comments on commit 3d6237c

Please sign in to comment.