diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-17 13:41:30 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-17 13:42:29 (GMT) |
commit | f784f862a0242961d88650dd119becfb1a439072 (patch) | |
tree | 5290c921d5d045b797f93e3b45f8f154d5c12e8a /tests/auto/qxmlsimplereader | |
parent | 4c7d869bc103de36b5a97dd50f323f7af680656e (diff) | |
download | Qt-f784f862a0242961d88650dd119becfb1a439072.zip Qt-f784f862a0242961d88650dd119becfb1a439072.tar.gz Qt-f784f862a0242961d88650dd119becfb1a439072.tar.bz2 |
Remove mingw specific ifdefs after upgrade to mingw-gcc 4.4
Diffstat (limited to 'tests/auto/qxmlsimplereader')
-rw-r--r-- | tests/auto/qxmlsimplereader/tst_qxmlsimplereader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qxmlsimplereader/tst_qxmlsimplereader.cpp b/tests/auto/qxmlsimplereader/tst_qxmlsimplereader.cpp index acbae2b..58f5cc1 100644 --- a/tests/auto/qxmlsimplereader/tst_qxmlsimplereader.cpp +++ b/tests/auto/qxmlsimplereader/tst_qxmlsimplereader.cpp @@ -580,7 +580,7 @@ void tst_QXmlSimpleReader::inputFromSocket() QSKIP("Symbian: Skipped due to problems in Open C and QtNetwork", SkipAll); #endif -#if defined(Q_OS_WIN32) && (defined(Q_CC_INTEL) || defined(Q_CC_MINGW) || defined(Q_CC_MSVC_NET)) +#if defined(Q_OS_WIN32) && (defined(Q_CC_INTEL) || defined(Q_CC_MSVC_NET)) QSKIP("Regression caused by QHOstInfo change 294548, see task 202231.", SkipAll); #endif QTcpSocket sock; |