aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/test/erl_ext_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-03-21 18:21:09 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-03-21 19:34:28 +0100
commit21ae34f1d5d19e0d42a2b2ed77c0e0b092865b96 (patch)
treeb806e740480bc72a2967569789f87f81ec0d052c /lib/erl_interface/test/erl_ext_SUITE.erl
parent39e4bd0487bc37d2a9c570d796b4dc47a56fdea7 (diff)
downloadotp-21ae34f1d5d19e0d42a2b2ed77c0e0b092865b96.tar.gz
otp-21ae34f1d5d19e0d42a2b2ed77c0e0b092865b96.tar.bz2
otp-21ae34f1d5d19e0d42a2b2ed77c0e0b092865b96.zip
Eliminate suite and doc clauses
Diffstat (limited to 'lib/erl_interface/test/erl_ext_SUITE.erl')
-rw-r--r--lib/erl_interface/test/erl_ext_SUITE.erl10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/erl_interface/test/erl_ext_SUITE.erl b/lib/erl_interface/test/erl_ext_SUITE.erl
index 02230025b9..769478d62c 100644
--- a/lib/erl_interface/test/erl_ext_SUITE.erl
+++ b/lib/erl_interface/test/erl_ext_SUITE.erl
@@ -56,36 +56,26 @@ end_per_group(_GroupName, Config) ->
Config.
-compare_tuple(suite) -> [];
-compare_tuple(doc) -> [];
compare_tuple(Config) when is_list(Config) ->
P = runner:start(?compare_tuple),
runner:recv_eot(P),
ok.
-compare_list(suite) -> [];
-compare_list(doc) -> [];
compare_list(Config) when is_list(Config) ->
P = runner:start(?compare_list),
runner:recv_eot(P),
ok.
-compare_string(suite) -> [];
-compare_string(doc) -> [];
compare_string(Config) when is_list(Config) ->
P = runner:start(?compare_string),
runner:recv_eot(P),
ok.
-compare_list_string(suite) -> [];
-compare_list_string(doc) -> [];
compare_list_string(Config) when is_list(Config) ->
P = runner:start(?compare_list_string),
runner:recv_eot(P),
ok.
-compare_nc_ext(suite) -> [];
-compare_nc_ext(doc) -> [];
compare_nc_ext(Config) when is_list(Config) ->
P = runner:start(?compare_nc_ext),
runner:recv_eot(P),