diff options
author | Björn Gustavsson <[email protected]> | 2015-10-12 12:21:15 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-10-14 16:21:59 +0200 |
commit | d8ff1e37c38c37304fb44ba6618da141e4d08c21 (patch) | |
tree | afa66a50629b79f8e18b20fdf8998f57917a2822 /erts/test | |
parent | f658c063ad5c587a354e24233de3405953bd7cec (diff) | |
download | otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.gz otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.tar.bz2 otp-d8ff1e37c38c37304fb44ba6618da141e4d08c21.zip |
Remove the deprecated webtool application
Diffstat (limited to 'erts/test')
-rw-r--r-- | erts/test/otp_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl index c92a7cf6f7..87d620b180 100644 --- a/erts/test/otp_SUITE.erl +++ b/erts/test/otp_SUITE.erl @@ -290,7 +290,7 @@ call_to_deprecated(Config) when is_list(Config) -> call_to_size_1(Config) when is_list(Config) -> %% Applications that do not call erlang:size/1: Apps = [asn1,compiler,debugger,kernel,observer,parsetools, - runtime_tools,stdlib,tools,webtool], + runtime_tools,stdlib,tools], not_recommended_calls(Config, Apps, {erlang,size,1}). call_to_now_0(Config) when is_list(Config) -> @@ -298,7 +298,7 @@ call_to_now_0(Config) when is_list(Config) -> Apps = [asn1,common_test,compiler,debugger,dialyzer, gs,kernel,mnesia,observer,parsetools,reltool, runtime_tools,sasl,stdlib,syntax_tools, - test_server,tools,webtool], + test_server,tools], not_recommended_calls(Config, Apps, {erlang,now,0}). not_recommended_calls(Config, Apps0, MFA) -> |