Skip to content

Commit 40c5e55

Browse files
committed
remove duplicated tests for ambiguities
1 parent 68b9c21 commit 40c5e55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
using FixedPointNumbers, Test, Aqua
22

3-
if VERSION >= v"1.6.0-DEV.816" # JuliaLang/julia #36962 # FIXME
4-
@test isempty(detect_ambiguities(FixedPointNumbers))
5-
else
6-
@test isempty(detect_ambiguities(FixedPointNumbers, Base, Core))
7-
end
8-
93
Aqua.test_all(FixedPointNumbers)
104

115
if Sys.ARCH === :x86_64 || Sys.ARCH === :i686

0 commit comments

Comments
 (0)