Clean up exception classes.
[awesomized/libmemcached] / libtest / result / fail.hpp
index fd8766a9a85a771b9fff5a83311e270d4c98995f..3aec9c1e9a6b5df43b99ab57827a2f0485b5a4f6 100644 (file)
@@ -45,6 +45,11 @@ public:
 
   __failure(const __failure&);
 
+  test_return_t return_code() const
+  {
+    return TEST_FAILURE;
+  }
+
 private:
 };