aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/test/erl_match_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 15:39:23 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:49 +0100
commita0bdac1dae67efaedfc4ab07363d23c484e0f4d7 (patch)
tree22c7da507c6779866206b33e0fa3312936da2a8d /lib/erl_interface/test/erl_match_SUITE.erl
parenta528cd498462c13a02af2865f977cbb6ef65050f (diff)
downloadotp-a0bdac1dae67efaedfc4ab07363d23c484e0f4d7.tar.gz
otp-a0bdac1dae67efaedfc4ab07363d23c484e0f4d7.tar.bz2
otp-a0bdac1dae67efaedfc4ab07363d23c484e0f4d7.zip
Fix formatting for erl_interface
Diffstat (limited to 'lib/erl_interface/test/erl_match_SUITE.erl')
-rw-r--r--lib/erl_interface/test/erl_match_SUITE.erl12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/erl_interface/test/erl_match_SUITE.erl b/lib/erl_interface/test/erl_match_SUITE.erl
index 0b865ae14e..1f0a274c14 100644
--- a/lib/erl_interface/test/erl_match_SUITE.erl
+++ b/lib/erl_interface/test/erl_match_SUITE.erl
@@ -23,7 +23,9 @@
-include_lib("test_server/include/test_server.hrl").
-include("erl_match_SUITE_data/match_test_cases.hrl").
--export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1, init_per_group/2,end_per_group/2, atoms/1, lists/1, tuples/1, references/1, pids/1, ports/1,
+-export([all/0, suite/0,groups/0,init_per_suite/1, end_per_suite/1,
+ init_per_group/2,end_per_group/2,
+ atoms/1, lists/1, tuples/1, references/1, pids/1, ports/1,
bind/1, integers/1, floats/1, binaries/1, strings/1]).
%% For interactive running of matcher.
@@ -34,8 +36,8 @@
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[atoms, lists, tuples, references, pids, ports, bind,
- integers, floats, binaries, strings].
+ [atoms, lists, tuples, references, pids, ports, bind,
+ integers, floats, binaries, strings].
groups() ->
[].
@@ -47,10 +49,10 @@ end_per_suite(_Config) ->
ok.
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
- Config.
+ Config.
atoms(suite) -> [];