summaryrefslogtreecommitdiff
path: root/tests/auto/qserialportinfo/tst_qserialportinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qserialportinfo/tst_qserialportinfo.cpp')
-rw-r--r--tests/auto/qserialportinfo/tst_qserialportinfo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/qserialportinfo/tst_qserialportinfo.cpp b/tests/auto/qserialportinfo/tst_qserialportinfo.cpp
index 54f1825..f0e6e9a 100644
--- a/tests/auto/qserialportinfo/tst_qserialportinfo.cpp
+++ b/tests/auto/qserialportinfo/tst_qserialportinfo.cpp
@@ -75,11 +75,7 @@ void tst_QSerialPortInfo::initTestCase()
#else
"\n";
#endif
-#if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
QSKIP(message);
-#else
- QSKIP(message, SkipAll);
-#endif
} else {
m_availablePortNames << m_senderPortName << m_receiverPortName;
}