aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test/erts_alloc_config_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-04-22 16:20:13 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-04-22 16:20:13 +0200
commitee65f0cff97803cf07fb638fd56b8ed21765a647 (patch)
treee4d16648e70dfb325a424199f31aa019ec2ec115 /lib/runtime_tools/test/erts_alloc_config_SUITE.erl
parent77f4c4caab84c821a01bdffe78578781cc3a65b0 (diff)
downloadotp-ee65f0cff97803cf07fb638fd56b8ed21765a647.tar.gz
otp-ee65f0cff97803cf07fb638fd56b8ed21765a647.tar.bz2
otp-ee65f0cff97803cf07fb638fd56b8ed21765a647.zip
Eliminate use of doc and suite clauses
Those clause are obsolete and never used by common_test.
Diffstat (limited to 'lib/runtime_tools/test/erts_alloc_config_SUITE.erl')
-rw-r--r--lib/runtime_tools/test/erts_alloc_config_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/runtime_tools/test/erts_alloc_config_SUITE.erl b/lib/runtime_tools/test/erts_alloc_config_SUITE.erl
index d36c58e749..6ae51d9a26 100644
--- a/lib/runtime_tools/test/erts_alloc_config_SUITE.erl
+++ b/lib/runtime_tools/test/erts_alloc_config_SUITE.erl
@@ -52,8 +52,6 @@ end_per_testcase(_Case, Config) when is_list(Config) ->
%%% The test cases ------------------------------------------------------------
%%%
-basic(doc) -> [];
-basic(suite) -> [];
basic(Config) when is_list(Config) ->
ErtsAllocConfig = privfile("generated", Config),