summaryrefslogtreecommitdiff
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
commit9581cde5ce3a1ec7777996dd6150028b8b0b3b6b (patch)
tree810067ccf105dfa89f5f903cc487384834647fab
parent32817e4d7aadd46e205869ecc3bd4d22ca293b3c (diff)
downloadrabbitmq-server-9581cde5ce3a1ec7777996dd6150028b8b0b3b6b.tar.gz
oops
-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 ad113687..2a580b98 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]).