summaryrefslogtreecommitdiffstats
path: root/tests/auto/integrationtests/languagechange/tst_languagechange.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/integrationtests/languagechange/tst_languagechange.cpp')
-rw-r--r--tests/auto/integrationtests/languagechange/tst_languagechange.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/integrationtests/languagechange/tst_languagechange.cpp b/tests/auto/integrationtests/languagechange/tst_languagechange.cpp
index 5e97fd709e..5f7b2c1539 100644
--- a/tests/auto/integrationtests/languagechange/tst_languagechange.cpp
+++ b/tests/auto/integrationtests/languagechange/tst_languagechange.cpp
@@ -217,14 +217,14 @@ void tst_languageChange::retranslatability()
case ColorDialog:
#ifdef Q_WS_MAC
- QSKIP("The native color dialog is used on Mac OS", SkipSingle);
+ QSKIP("The native color dialog is used on Mac OS");
#else
(void)QColorDialog::getColor();
#endif
break;
case FileDialog: {
#ifdef Q_WS_MAC
- QSKIP("The native file dialog is used on Mac OS", SkipSingle);
+ QSKIP("The native file dialog is used on Mac OS");
#endif
QFileDialog dlg;
dlg.setOption(QFileDialog::DontUseNativeDialog);