diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-03 18:11:21 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-03 18:11:21 +0100 |
| commit | aa4f07f09a22382d6c6f8d3e2ee98140699d5774 (patch) | |
| tree | 66e60ff68c6493cd46ec3c2b65b8c5bfa1ab20bb /src | |
| parent | 819229c61f1d9b1cfb60bbe96991d7248ff3c726 (diff) | |
| download | rabbitmq-server-git-aa4f07f09a22382d6c6f8d3e2ee98140699d5774.tar.gz | |
export only what's necessary, cosmetics
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2_tests.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/supervisor2_tests.erl b/src/supervisor2_tests.erl index 2827e6ef0b..6898cfa664 100644 --- a/src/supervisor2_tests.erl +++ b/src/supervisor2_tests.erl @@ -22,7 +22,7 @@ -define(NUM_CHILDREN, 1000). --compile(export_all). +-export([test_all/0]). -include_lib("eunit/include/eunit.hrl"). @@ -103,4 +103,3 @@ loop_infinity() -> receive stop -> ok end. - |
