diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-03 17:56:57 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-03 17:56:57 +0100 |
| commit | 132f36715bc0691aeba5771c116cf360fe55a25f (patch) | |
| tree | f407bbf8328ef5b7098747aa62ec5d57db8e21bf | |
| parent | dfbbfb9a91528562f1bb7c0d17ba5246d3be253e (diff) | |
| download | rabbitmq-server-git-132f36715bc0691aeba5771c116cf360fe55a25f.tar.gz | |
cosmetics
| -rw-r--r-- | src/supervisor2_tests.erl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/supervisor2_tests.erl b/src/supervisor2_tests.erl index ce5857a3e9..26933cfc4e 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 |
