Skip to content

Commit 8afd0bc

Browse files
committed
re-enable detect_ambiguities
1 parent 2edb2eb commit 8afd0bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
using Contour, Test
22

3+
@test length(detect_ambiguities(Base, Contour)) == 0
4+
35
include("verify_vertices.jl")
46
include("interface.jl")
57

6-
# @show detect_ambiguities(Base, Contour) # should be zero but there are a few stragglers in the imports
78

89
#issue 59
910
@inferred collect(())

0 commit comments

Comments
 (0)