aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/test/fun_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:28:28 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:49 +0100
commitb3b108bac507ef4572226ad086912865f4672edb (patch)
tree68887497c4e3b8b3572593c183f77ad4593282c3 /lib/debugger/test/fun_SUITE.erl
parent86108c144f9b0c4bed2e109ff4abb77408f22b9b (diff)
downloadotp-b3b108bac507ef4572226ad086912865f4672edb.tar.gz
otp-b3b108bac507ef4572226ad086912865f4672edb.tar.bz2
otp-b3b108bac507ef4572226ad086912865f4672edb.zip
Fix formatting and also some migration fixes for debugger
Diffstat (limited to 'lib/debugger/test/fun_SUITE.erl')
-rw-r--r--lib/debugger/test/fun_SUITE.erl12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/debugger/test/fun_SUITE.erl b/lib/debugger/test/fun_SUITE.erl
index e56df5fb09..673de5bead 100644
--- a/lib/debugger/test/fun_SUITE.erl
+++ b/lib/debugger/test/fun_SUITE.erl
@@ -32,21 +32,21 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[cases()].
+ cases().
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
cases() ->
-[good_call, bad_apply, bad_fun_call, badarity,
- ext_badarity, otp_6061].
+ [good_call, bad_apply, bad_fun_call, badarity,
+ ext_badarity, otp_6061].
init_per_testcase(_Case, Config) ->
test_lib:interpret(?MODULE),
@@ -61,7 +61,7 @@ end_per_testcase(_Case, Config) ->
init_per_suite(Config) when is_list(Config) ->
?line test_lib:interpret(?MODULE),
?line true = lists:member(?MODULE, int:interpreted()),
- ok.
+ Config.
end_per_suite(Config) when is_list(Config) ->
ok.