aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2011-11-14 14:16:00 +0100
committerHans Bolinder <[email protected]>2011-11-14 14:16:00 +0100
commitc5b73b36525237458cf4138564f17f94ef8635a6 (patch)
treea9ba5b6bd01752b394620ba739d54d55e77c504c /lib/stdlib
parent4db61fcf79516ff9cd6fd04c89376f063ccae7e8 (diff)
downloadotp-c5b73b36525237458cf4138564f17f94ef8635a6.tar.gz
otp-c5b73b36525237458cf4138564f17f94ef8635a6.tar.bz2
otp-c5b73b36525237458cf4138564f17f94ef8635a6.zip
Remove the undocumented function global:safe_whereis_name/1
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/test/gen_server_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/gen_server_SUITE.erl b/lib/stdlib/test/gen_server_SUITE.erl
index a614d6595d..7fb8d54f2d 100644
--- a/lib/stdlib/test/gen_server_SUITE.erl
+++ b/lib/stdlib/test/gen_server_SUITE.erl
@@ -694,7 +694,7 @@ multicall_down(Config) when is_list(Config) ->
%% We use 'global' as a gen_server to call.
?line {Good, Bad} = gen_server:multi_call([Name, node()],
global_name_server,
- {whereis, gurkburk},
+ info,
3000),
io:format("good = ~p, bad = ~p~n", [Good, Bad]),
?line [Name] = Bad,