Skip to content

Commit 1bbe0da

Browse files
add ambiguity test that Base CI has
1 parent 5d9c4cf commit 1bbe0da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

33
using Test
4+
using Distributed
5+
6+
allowed_undefineds = Set([GlobalRef(Distributed, :cluster_manager)])
7+
@test isempty(detect_ambiguities(Distributed; allowed_undefineds))
48

59
# Run the distributed test outside of the main driver since it needs its own
610
# set of dedicated workers.

0 commit comments

Comments
 (0)