We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9c4cf commit 1bbe0daCopy full SHA for 1bbe0da
test/runtests.jl
@@ -1,6 +1,10 @@
1
# This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
using Test
4
+using Distributed
5
+
6
+allowed_undefineds = Set([GlobalRef(Distributed, :cluster_manager)])
7
+@test isempty(detect_ambiguities(Distributed; allowed_undefineds))
8
9
# Run the distributed test outside of the main driver since it needs its own
10
# set of dedicated workers.
0 commit comments