summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp')
-rw-r--r--tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp b/tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp
index 4cd882f747..1a9fc1eeec 100644
--- a/tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp
+++ b/tests/auto/testlib/selftests/skipinit/tst_skipinit.cpp
@@ -52,7 +52,7 @@ private slots:
void tst_SkipInit::initTestCase() const
{
- QSKIP("Skip inside initTestCase. This should skip all tests in the class.", SkipAll);
+ QSKIP("Skip inside initTestCase. This should skip all tests in the class.");
}
/*! \internal