Skip to content

Commit 93076d5

Browse files
committed
Simplify the ambiguity test
Now that 0.6 is free of ambiguities, this can go back to the way we want it.
1 parent 1b7570c commit 93076d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ using Base.Test
22
using OffsetArrays
33
using Compat
44

5-
ambs = detect_ambiguities(Base, Core) # in case these have ambiguities of their own
6-
@test isempty(setdiff(detect_ambiguities(OffsetArrays, Base, Core), ambs))
5+
@test isempty(detect_ambiguities(OffsetArrays, Base, Core))
76

87
# Basics
98
for n = 0:5

0 commit comments

Comments
 (0)