summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJean-Sébastien Pedron <jean-sebastien@rabbitmq.com>2017-06-21 12:47:36 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2017-06-21 12:50:16 +0100
commited00c84c43705a95f5ee4941a58f49673a1d5979 (patch)
tree6b3676806cc6ad239c88caa51d80fbfb6a4a8ac2 /src
parentc253b4201c5d65a4346cc95ef3636d334ad7d87b (diff)
downloadrabbitmq-server-git-ed00c84c43705a95f5ee4941a58f49673a1d5979.tar.gz
Fix term_to_binary_compat tests in R16B03
For realz this time R16B03 defaults term_to_binary version to 0, this test would always fail Signed-off-by: Gerhard Lazu <gerhard@rabbitmq.com>
Diffstat (limited to 'src')
-rw-r--r--src/term_to_binary_compat.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term_to_binary_compat.erl b/src/term_to_binary_compat.erl
index 13396ddacb..b5e8f72bd4 100644
--- a/src/term_to_binary_compat.erl
+++ b/src/term_to_binary_compat.erl
@@ -22,4 +22,3 @@
term_to_binary_1(Term) ->
term_to_binary(Term, [{minor_version, 1}]).
-