summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-02-04 20:21:25 +0000
committerMatthias Radestock <matthias@lshift.net>2010-02-04 20:21:25 +0000
commitfb44220bd0418791eded2570c320c1e60760caf3 (patch)
tree810067ccf105dfa89f5f903cc487384834647fab /src
parent1f5a2d6b1e1e3628d3e60860b116b4f174c0fe72 (diff)
downloadrabbitmq-server-git-fb44220bd0418791eded2570c320c1e60760caf3.tar.gz
oops
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index ad11368750..2a580b9886 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -31,7 +31,7 @@
-module(rabbit_tests).
--export([all_tests/0, test_parsing/0, test_server_status/0]).
+-export([all_tests/0, test_parsing/0]).
%% Exported so the hook mechanism can call back
-export([handle_hook/3, bad_handle_hook/3, extra_arg_hook/5]).