summaryrefslogtreecommitdiff
path: root/tests/libmemcached-1.0/mem_functions.cc
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-12-24 01:53:14 -0500
committerBrian Aker <brian@tangent.org>2012-12-24 01:53:14 -0500
commitd64e1daf4508b440e3373340f82db34f267404ea (patch)
tree776dc3ca1ee967f8bce4c41e7947a66511c7062d /tests/libmemcached-1.0/mem_functions.cc
parent9065046a3fd404f72fb090cb0da65cfa8443032f (diff)
downloadlibmemcached-d64e1daf4508b440e3373340f82db34f267404ea.tar.gz
Fix output error.
Diffstat (limited to 'tests/libmemcached-1.0/mem_functions.cc')
-rw-r--r--tests/libmemcached-1.0/mem_functions.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/libmemcached-1.0/mem_functions.cc b/tests/libmemcached-1.0/mem_functions.cc
index 046e543d..89eca072 100644
--- a/tests/libmemcached-1.0/mem_functions.cc
+++ b/tests/libmemcached-1.0/mem_functions.cc
@@ -4953,8 +4953,7 @@ test_return_t kill_HUP_TEST(memcached_st *original_memc)
test_literal_param(__func__), // Keys
test_literal_param(__func__), // Values
0, 0);
- Error << memcached_last_error_message(memc);
- test_compare(MEMCACHED_CONNECTION_FAILURE, ret);
+ test_compare(ret, MEMCACHED_CONNECTION_FAILURE);
memcached_free(memc);