summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2021-11-25 13:13:17 +0100
committerMarc Mutz <marc.mutz@qt.io>2021-12-16 12:47:39 +0100
commit82d90fbb9ef70bea6d1e13d6c84ff734c6a828c8 (patch)
tree36766f44cd3c3c80ea18de33b3d0471fe22d2aa9 /tests/auto
parente381288146c89250655507e2bc1e8771dd9672bb (diff)
tst_qmetatype: remove the previous MingW workaround
Let's see whether splitting the TUs has made the test amenable to be compiled with MinGW again. Pick-to: 6.3 Change-Id: Icde1bad20943c7648dbb119ca879bce62325bd6c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
index 767194b928..d8b0f9412d 100644
--- a/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
+++ b/tests/auto/corelib/kernel/qmetatype/tst_qmetatype.h
@@ -48,14 +48,6 @@ struct MessageHandlerCustom : public MessageHandler
inline static QString expectedMessage;
};
-/*
-* mingw is blacklisted due to issues with gcc 4.8
-* ### TODO: Check if mingw can be safely removed
-*/
-#if defined(__MINGW32__)
-# define TST_QMETATYPE_BROKEN_COMPILER
-#endif
-
class tst_QMetaType: public QObject
{
Q_OBJECT