Skip to content

Commit

Permalink
remove duplicated tests for ambiguities
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium committed Apr 13, 2024
1 parent 68b9c21 commit 40c5e55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using FixedPointNumbers, Test, Aqua

if VERSION >= v"1.6.0-DEV.816" # JuliaLang/julia #36962 # FIXME
@test isempty(detect_ambiguities(FixedPointNumbers))
else
@test isempty(detect_ambiguities(FixedPointNumbers, Base, Core))
end

Aqua.test_all(FixedPointNumbers)

if Sys.ARCH === :x86_64 || Sys.ARCH === :i686
Expand Down

0 comments on commit 40c5e55

Please sign in to comment.