summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp')
-rw-r--r--tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp b/tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp
index 27db9ea7f7..ba384e0290 100644
--- a/tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp
+++ b/tests/auto/integrationtests/exceptionsafety/tst_exceptionsafety.cpp
@@ -65,7 +65,7 @@ private slots:
#ifdef QT_NO_EXCEPTIONS
void tst_ExceptionSafety::initTestCase()
{
- QSKIP("This test requires exception support", SkipAll);
+ QSKIP("This test requires exception support");
}
#else