summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/tiff/tst_qtiff.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/tiff/tst_qtiff.cpp b/tests/auto/tiff/tst_qtiff.cpp
index ae7d5a5..8e3d0c9 100644
--- a/tests/auto/tiff/tst_qtiff.cpp
+++ b/tests/auto/tiff/tst_qtiff.cpp
@@ -404,10 +404,6 @@ void tst_qtiff::readWriteNonDestructive()
void tst_qtiff::largeTiff()
{
-#if defined(Q_OS_WINCE)
- QSKIP("not tested on WinCE");
-#endif
-
QImage img(4096, 2048, QImage::Format_ARGB32_Premultiplied);
QPainter p(&img);