Skip to content

Commit 51c3a19

Browse files
committed
"Subtract" any ambiguities in Base or Core from test
1 parent aee758c commit 51c3a19

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,7 +1,8 @@
11
using Base.Test
22
using OffsetArrays
33

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

67
# Basics
78
for n = 0:5

0 commit comments

Comments
 (0)