aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/fun_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-02-25 15:51:39 +0100
committerBjörn Gustavsson <[email protected]>2016-02-25 15:53:34 +0100
commit9d8efc5acc50ae1c76b00a67d06ed284fbcce0aa (patch)
tree75dff506bb429942f600d6c6bdb84ef2262001fd /lib/compiler/test/fun_SUITE.erl
parentb180108aed3f44654aae70e3b59a8e6fb02df995 (diff)
downloadotp-9d8efc5acc50ae1c76b00a67d06ed284fbcce0aa.tar.gz
otp-9d8efc5acc50ae1c76b00a67d06ed284fbcce0aa.tar.bz2
otp-9d8efc5acc50ae1c76b00a67d06ed284fbcce0aa.zip
Eliminate use of doc and suite clauses
Those clause are obsolete and never used by common_test.
Diffstat (limited to 'lib/compiler/test/fun_SUITE.erl')
-rw-r--r--lib/compiler/test/fun_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/fun_SUITE.erl b/lib/compiler/test/fun_SUITE.erl
index 9b6e14217d..e2eaef8b6f 100644
--- a/lib/compiler/test/fun_SUITE.erl
+++ b/lib/compiler/test/fun_SUITE.erl
@@ -60,7 +60,6 @@ l1() ->
?T((begin G = fun(1=0) -> ok end, {'EXIT',_} = (catch G(2)), ok end), ok)
].
-test1(suite) -> [];
test1(Config) when is_list(Config) ->
?line lists:foreach(fun one_test/1, eval_list(l1(), [])),
ok.