~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to tests/libmemcached-1.0/deprecated.cc

  • Committer: Brian Aker
  • Date: 2012-09-24 01:36:01 UTC
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: brian@tangent.org-20120924013601-4f0zeykol10ka6so
Updates from ddm4

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 *
36
36
 */
37
37
 
38
 
#include <mem_config.h>
 
38
#include <config.h>
39
39
#include <libtest/test.hpp>
40
40
 
41
 
#include <libmemcached-1.0/memcached.h>
 
41
#include <libmemcached/memcached.h>
42
42
#include <tests/deprecated.h>
43
43
 
44
44
test_return_t server_list_null_test(memcached_st *ptr)