summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testlib/qtestcase.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtestcase.h b/src/testlib/qtestcase.h
index 0416413420..8dca291303 100644
--- a/src/testlib/qtestcase.h
+++ b/src/testlib/qtestcase.h
@@ -148,9 +148,9 @@ inline void useVerifyThrowsException() {}
* in their code.
*/
# define QVERIFY_THROWS_EXCEPTION(...) \
- static_assert(false, "Support of exceptions is disabled")
+ static_assert(false, "Support for exceptions is disabled")
# define QVERIFY_THROWS_NO_EXCEPTION(...) \
- static_assert(false, "Support of exceptions is disabled")
+ static_assert(false, "Support for exceptions is disabled")
#endif // !QT_NO_EXCEPTIONS