aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/compile_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 11:37:41 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:49 +0100
commitc777f9b28459cb83b4fd0e07fac76432113c63f4 (patch)
tree273fac81ae98475338c780cc02b9781e3ef3d735 /lib/compiler/test/compile_SUITE.erl
parent7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8 (diff)
downloadotp-c777f9b28459cb83b4fd0e07fac76432113c63f4.tar.gz
otp-c777f9b28459cb83b4fd0e07fac76432113c63f4.tar.bz2
otp-c777f9b28459cb83b4fd0e07fac76432113c63f4.zip
Fix formatting for compiler
Diffstat (limited to 'lib/compiler/test/compile_SUITE.erl')
-rw-r--r--lib/compiler/test/compile_SUITE.erl17
1 files changed, 9 insertions, 8 deletions
diff --git a/lib/compiler/test/compile_SUITE.erl b/lib/compiler/test/compile_SUITE.erl
index 69a777be2d..96456211a2 100644
--- a/lib/compiler/test/compile_SUITE.erl
+++ b/lib/compiler/test/compile_SUITE.erl
@@ -22,7 +22,8 @@
-include_lib("test_server/include/test_server.hrl").
--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,
app_test/1,
file_1/1, module_mismatch/1, big_file/1, outdir/1,
binary/1, cond_and_ifdef/1, listings/1, listings_big/1,
@@ -38,16 +39,16 @@ suite() -> [{suite_callbacks,[ts_install_scb]}].
-type all_return_type() :: [atom()].
-spec all() -> all_return_type().
all() ->
-test_lib:recompile(compile_SUITE),
- [app_test, file_1, module_mismatch, big_file, outdir,
- binary, cond_and_ifdef, listings, listings_big,
- other_output, package_forms, encrypted_abstr,
- {group, bad_record_use}, strict_record,
- missing_testheap, cover, env, core, asm].
+ test_lib:recompile(compile_SUITE),
+ [app_test, file_1, module_mismatch, big_file, outdir,
+ binary, cond_and_ifdef, listings, listings_big,
+ other_output, package_forms, encrypted_abstr,
+ {group, bad_record_use}, strict_record,
+ missing_testheap, cover, env, core, asm].
groups() ->
[{bad_record_use, [],
- [bad_record_use1, bad_record_use2]}].
+ [bad_record_use1, bad_record_use2]}].
init_per_suite(Config) ->
Config.