diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 17:08:39 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:51 +0100 |
commit | 8d5f835313d6220f243575a57ec9b02b1ebcb91b (patch) | |
tree | caee83593cacf0dce8e52fc4e97fbcdee8204568 /lib/runtime_tools/test/dbg_SUITE.erl | |
parent | fa7fe1234c3eb2c27509222d2c012dce58530108 (diff) | |
download | otp-8d5f835313d6220f243575a57ec9b02b1ebcb91b.tar.gz otp-8d5f835313d6220f243575a57ec9b02b1ebcb91b.tar.bz2 otp-8d5f835313d6220f243575a57ec9b02b1ebcb91b.zip |
Fix formatting for runtime_tools
Diffstat (limited to 'lib/runtime_tools/test/dbg_SUITE.erl')
-rw-r--r-- | lib/runtime_tools/test/dbg_SUITE.erl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/runtime_tools/test/dbg_SUITE.erl b/lib/runtime_tools/test/dbg_SUITE.erl index 5272c3bb4d..8f31252aa5 100644 --- a/lib/runtime_tools/test/dbg_SUITE.erl +++ b/lib/runtime_tools/test/dbg_SUITE.erl @@ -19,7 +19,9 @@ -module(dbg_SUITE). %% Test functions --export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2, big/1, tiny/1, simple/1, message/1, distributed/1, +-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, + init_per_group/2,end_per_group/2, + big/1, tiny/1, simple/1, message/1, distributed/1, ip_port/1, file_port/1, file_port2/1, file_port_schedfix/1, ip_port_busy/1, wrap_port/1, wrap_port_time/1, with_seq_trace/1, dead_suspend/1, local_trace/1, @@ -42,10 +44,10 @@ end_per_testcase(_Case, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[big, tiny, simple, message, distributed, ip_port, - file_port, file_port2, file_port_schedfix, ip_port_busy, - wrap_port, wrap_port_time, with_seq_trace, dead_suspend, - local_trace, saved_patterns]. + [big, tiny, simple, message, distributed, ip_port, + file_port, file_port2, file_port_schedfix, ip_port_busy, + wrap_port, wrap_port_time, with_seq_trace, dead_suspend, + local_trace, saved_patterns]. groups() -> []. @@ -57,10 +59,10 @@ end_per_suite(_Config) -> ok. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. big(suite) -> []; |