summaryrefslogtreecommitdiff
path: root/lib/common/Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Test.h')
-rw-r--r--lib/common/Test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common/Test.h b/lib/common/Test.h
index f96280c2..08ba4542 100644
--- a/lib/common/Test.h
+++ b/lib/common/Test.h
@@ -54,6 +54,7 @@ extern std::string bbackupd_args, bbstored_args, bbackupquery_args, test_args;
#define TEST_CHECK_THROWS(statement, excepttype, subtype) \
{ \
bool didthrow = false; \
+ HideExceptionMessageGuard hide; \
try \
{ \
statement; \