diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 18:00:29 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:36:39 +0100 |
commit | 865a1019f742b6a5b24116926a4cbaee1cb7a60f (patch) | |
tree | ba7ddf1442684135f72c22d9db7b0f145c9e9a87 /erts/test/erlc_SUITE.erl | |
parent | 14bcebfe8c0e71f450b4fa4d5d92c8e5e86fd870 (diff) | |
download | otp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.tar.gz otp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.tar.bz2 otp-865a1019f742b6a5b24116926a4cbaee1cb7a60f.zip |
Fix formatting for system
Diffstat (limited to 'erts/test/erlc_SUITE.erl')
-rw-r--r-- | erts/test/erlc_SUITE.erl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/erts/test/erlc_SUITE.erl b/erts/test/erlc_SUITE.erl index 0dcf712638..e8531bac8b 100644 --- a/erts/test/erlc_SUITE.erl +++ b/erts/test/erlc_SUITE.erl @@ -20,7 +20,8 @@ %% Tests the erlc command by compiling various types of files. --export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2, compile_erl/1, +-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, + init_per_group/2,end_per_group/2, compile_erl/1, compile_yecc/1, compile_script/1, compile_mib/1, good_citizen/1, deep_cwd/1, arg_overflow/1]). @@ -42,10 +43,10 @@ end_per_suite(_Config) -> ok. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. %% Copy from erlc_SUITE_data/include/erl_test.hrl. |