~avsej/libmemcached/fix-binary-increment-with-prefix

« back to all changes in this revision

Viewing changes to tests/deprecated.cc

  • Committer: Brian Aker
  • Date: 2011-06-25 01:05:26 UTC
  • mfrom: (929.1.161 libmemcached-build)
  • Revision ID: brian@tangent.org-20110625010526-el1san0tsn9wrkvr
Merge of trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 *
36
36
 */
37
37
 
38
 
#include <config.h>
 
38
#include <libtest/common.h>
39
39
 
40
40
#include <cassert>
41
41
 
42
 
#include <libtest/test.hpp>
43
42
#include <libmemcached/memcached.h>
44
43
#include <tests/deprecated.h>
45
44