Skip to content

Commit edce6b4

Browse files
committed
Change @test_broken to @test
1 parent 103f91e commit edce6b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/aqua.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ using Aqua
1818
for method_ambiguity ambs
1919
@show method_ambiguity
2020
end
21-
if VERSION v"1.11"
22-
@test length(ambs) == 0
23-
else # version 1.10
24-
@test_broken length(ambs) == 0
25-
end
21+
@test length(ambs) == 0
2622
end
2723

2824
@testset "Aqua tests (additional)" begin

0 commit comments

Comments
 (0)