summaryrefslogtreecommitdiffstats
path: root/tests/auto/qx11info/tst_qx11info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qx11info/tst_qx11info.cpp')
-rw-r--r--tests/auto/qx11info/tst_qx11info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qx11info/tst_qx11info.cpp b/tests/auto/qx11info/tst_qx11info.cpp
index f94c29065c..6d0476f88e 100644
--- a/tests/auto/qx11info/tst_qx11info.cpp
+++ b/tests/auto/qx11info/tst_qx11info.cpp
@@ -60,7 +60,7 @@ private slots:
#ifndef Q_WS_X11
void tst_QX11Info::initTestCase()
{
- QSKIP("This test is only valid for X11", SkipAll);
+ QSKIP("This test is only valid for X11");
}
#else