~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/result/fail.hpp

  • Committer: Continuous Integration
  • Date: 2013-04-21 01:20:30 UTC
  • mfrom: (1159.1.1 libmemcached-1.0)
  • Revision ID: ci@tangent.org-20130421012030-0ztye5mh26tm1bqm
Merge lp:~brianaker/libmemcached/exception-cleanup Build: jenkins-Libmemcached-271

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