We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1517f commit 7870701Copy full SHA for 7870701
1 file changed
test/runtests.jl
@@ -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
7
for f in ["ufixed.jl", "fixed.jl"]
8
println("Testing $f")
9
include(f)
0 commit comments