diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-06 16:35:57 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-06 16:35:57 +0200 |
commit | 51f4cb8a43162df3aa2caade4535db31fb979b76 (patch) | |
tree | 35ff7b585efd52df6340327e8695a735b11a66d8 /erts/test/z_SUITE.erl | |
parent | 7c9936f44c70bdcb965a78fcf525f97846fb32a0 (diff) | |
download | otp-51f4cb8a43162df3aa2caade4535db31fb979b76.tar.gz otp-51f4cb8a43162df3aa2caade4535db31fb979b76.tar.bz2 otp-51f4cb8a43162df3aa2caade4535db31fb979b76.zip |
Eliminate use of doc and suite clauses
Diffstat (limited to 'erts/test/z_SUITE.erl')
-rw-r--r-- | erts/test/z_SUITE.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/erts/test/z_SUITE.erl b/erts/test/z_SUITE.erl index 204f393e93..de3e1c24a4 100644 --- a/erts/test/z_SUITE.erl +++ b/erts/test/z_SUITE.erl @@ -45,11 +45,6 @@ suite() -> all() -> [core_files]. - -core_files(doc) -> - []; -core_files(suite) -> - []; core_files(Config) when is_list(Config) -> case os:type() of {win32, _} -> |