~brianaker/libmemcached/merge-of-1.0

« back to all changes in this revision

Viewing changes to libtest/result/fail.hpp

  • Committer: Continuous Integration
  • Date: 2013-05-04 09:21:59 UTC
  • mfrom: (1102.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130504092159-z0z9cm0gnu15wxs0
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-297

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
  __failure(const __failure&);
47
47
 
 
48
  test_return_t return_code() const
 
49
  {
 
50
    return TEST_FAILURE;
 
51
  }
 
52
 
48
53
private:
49
54
};
50
55