summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2014-04-04 13:55:32 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-04 19:32:21 +0200
commitc603a295501cfa99f1592e120ab40ba0db759a81 (patch)
tree1a4ef781df28d464f294d992a717cb1de93f2896 /tests/auto/other
parent330f6e359897f77cf50f67141d09e94c371121ff (diff)
Remove spurious #ifdef from tst_QComplexText
That #ifdef is placed before any include, so it has no effect. Change-Id: I4bbf967bda720d287b363847669c5c7a22807bc4 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/qcomplextext/tst_qcomplextext.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp
index cc444872ec..03c51d9d6e 100644
--- a/tests/auto/other/qcomplextext/tst_qcomplextext.cpp
+++ b/tests/auto/other/qcomplextext/tst_qcomplextext.cpp
@@ -39,11 +39,6 @@
**
****************************************************************************/
-
-// Horrible hack, but this get this out of the way for now
-// Carlos Duclos, 2007-12-11
-#if !defined(Q_OS_MAC)
-
#include <QtTest/QtTest>
#include <QtGui/QtGui>
#include <private/qtextengine_p.h>
@@ -322,6 +317,3 @@ void tst_QComplexText::bidiCursor_PDF()
QTEST_MAIN(tst_QComplexText)
#include "tst_qcomplextext.moc"
-
-#endif // Q_OS_MAC
-