diff options
-rw-r--r-- | tests/auto/qml/qqmlqt/tst_qqmlqt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp index 6ccbecd55a..9315a78260 100644 --- a/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp +++ b/tests/auto/qml/qqmlqt/tst_qqmlqt.cpp @@ -1414,7 +1414,7 @@ void tst_qqmlqt::timeRoundtrip_data() // Local timezone: QTest::newRow("localtime") << QTime(0, 0, 0); -#if defined(Q_OS_WIN) || defined(Q_OS_ANDROID) || defined(Q_OS_MACOS) +#if defined(Q_OS_WIN) || defined(Q_OS_ANDROID) qInfo("Omitting the tests that depend on setting local time's zone"); #else // No DST: |