Skip to content

Commit 7870701

Browse files
committed
Test for ambiguities
1 parent 1b1517f commit 7870701

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
using FixedPointNumbers, Base.Test
2+
3+
if VERSION >= v"0.5.0"
4+
@test isempty(detect_ambiguities(FixedPointNumbers, Base, Core))
5+
end
6+
17
for f in ["ufixed.jl", "fixed.jl"]
28
println("Testing $f")
39
include(f)

0 commit comments

Comments
 (0)