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/runtime_tools_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/runtime_tools_SUITE.erl')
-rw-r--r-- | lib/runtime_tools/test/runtime_tools_SUITE.erl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/runtime_tools/test/runtime_tools_SUITE.erl b/lib/runtime_tools/test/runtime_tools_SUITE.erl index 030f72a255..61b1d79e54 100644 --- a/lib/runtime_tools/test/runtime_tools_SUITE.erl +++ b/lib/runtime_tools/test/runtime_tools_SUITE.erl @@ -20,7 +20,8 @@ -include_lib("test_server/include/test_server.hrl"). %% Test server specific exports --export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2]). +-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, + init_per_group/2,end_per_group/2]). -export([init_per_testcase/2, end_per_testcase/2]). %% Test cases @@ -41,7 +42,7 @@ end_per_testcase(_Case, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[app_file]. + [app_file]. groups() -> []. @@ -53,10 +54,10 @@ end_per_suite(_Config) -> ok. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. app_file(suite) -> |