summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-19 08:08:48 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-19 08:08:48 +0100
commitb3bc13a4fc5da9428d2aefed6dbd0fa06c37d14e (patch)
tree0d5ec0547696e939760f36dd58fb1709b7866bdf
parent16a111b8fd470357de1edd61c84febe0c34c2f26 (diff)
downloadrabbitmq-server-git-b3bc13a4fc5da9428d2aefed6dbd0fa06c37d14e.tar.gz
cosmetic
-rw-r--r--src/rabbit_tests.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index ec0387c639..becb9a834d 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -205,6 +205,7 @@ priority_queue_out_all(Q) ->
{empty, _} -> [];
{{value, V}, Q1} -> [V | priority_queue_out_all(Q1)]
end.
+
test_priority_queue(Q) ->
{priority_queue:is_queue(Q),
priority_queue:is_empty(Q),