summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-03 17:56:57 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-03 17:56:57 +0100
commita785a62035bf8508692a165420debe701e35c737 (patch)
treef407bbf8328ef5b7098747aa62ec5d57db8e21bf
parentfe02b54dc8b4c49f0a9164ef0677dced4a9c5a11 (diff)
downloadrabbitmq-server-a785a62035bf8508692a165420debe701e35c737.tar.gz
cosmetics
-rw-r--r--src/supervisor2_tests.erl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/supervisor2_tests.erl b/src/supervisor2_tests.erl
index ce5857a3..26933cfc 100644
--- a/src/supervisor2_tests.erl
+++ b/src/supervisor2_tests.erl
@@ -32,11 +32,11 @@ test_all() ->
terminate_simple_children_without_deadlock_test_() ->
lists:flatten(
lists:duplicate(
- 100,[{setup, fun init_supervisor/0,
- {with, [fun ensure_children_are_alive/1,
- fun shutdown_and_verify_all_children_died/1]}},
- {setup, fun init_supervisor/0,
- {with, [fun shutdown_whilst_interleaving_exits_occur/1]}}])).
+ 100, [{setup, fun init_supervisor/0,
+ {with, [fun ensure_children_are_alive/1,
+ fun shutdown_and_verify_all_children_died/1]}},
+ {setup, fun init_supervisor/0,
+ {with, [fun shutdown_whilst_interleaving_exits_occur/1]}}])).
%%
%% Public (test facing) API