diff options
Diffstat (limited to 'tests/testUtils.hpp')
-rw-r--r-- | tests/testUtils.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 227d1b36..9aee153c 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -305,3 +305,7 @@ public: vmime::ref <vmime::net::timeoutHandler> create(); }; + +// Exception helper +std::ostream& operator<<(std::ostream& os, const vmime::exception& e); + |