diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-07 16:20:53 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-07 16:20:53 +0200 |
commit | e660be75fdaa3d7e98da94194063494ac92ab807 (patch) | |
tree | b2f8c92038461e35b0cb17a8c62764d86f9b4a9e /lib/tools/test/eprof_SUITE.erl | |
parent | fba6f786f26aac535fe2c9f3c10472efe841cb09 (diff) | |
download | otp-e660be75fdaa3d7e98da94194063494ac92ab807.tar.gz otp-e660be75fdaa3d7e98da94194063494ac92ab807.tar.bz2 otp-e660be75fdaa3d7e98da94194063494ac92ab807.zip |
Eliminate use of doc and suite clauses
Those clause are obsolete and never used by common_test.
Diffstat (limited to 'lib/tools/test/eprof_SUITE.erl')
-rw-r--r-- | lib/tools/test/eprof_SUITE.erl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tools/test/eprof_SUITE.erl b/lib/tools/test/eprof_SUITE.erl index df288c2a47..f990115697 100644 --- a/lib/tools/test/eprof_SUITE.erl +++ b/lib/tools/test/eprof_SUITE.erl @@ -31,7 +31,6 @@ suite() -> all() -> [basic, basic_option, tiny, eed]. -basic(suite) -> []; basic(Config) when is_list(Config) -> %% load eprof_test and change directory @@ -162,7 +161,6 @@ basic_option_1(Config) -> stopped = eprof:stop(), ok. -tiny(suite) -> []; tiny(Config) when is_list(Config) -> ensure_eprof_stopped(), {ok, OldCurDir} = file:get_cwd(), @@ -186,7 +184,6 @@ tiny(Config) when is_list(Config) -> ok = file:set_cwd(OldCurDir), ok. -eed(suite) -> []; eed(Config) when is_list(Config) -> ensure_eprof_stopped(), Datadir = proplists:get_value(data_dir, Config), |