~tangent-org/libmemcached/trunk

« back to all changes in this revision

Viewing changes to tests/failure.cc

  • Committer: Brian Aker
  • Date: 2012-06-18 15:38:18 UTC
  • Revision ID: brian@tangent.org-20120618153818-eb2mnayvt90b7813
Remove how use instance (keep API intact)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  return TEST_SUCCESS;
99
99
}
100
100
 
 
101
#include "libmemcached/instance.h"
101
102
static test_return_t cull_TEST(memcached_st *memc)
102
103
{
103
104
  uint32_t count= memcached_server_count(memc);