summaryrefslogtreecommitdiffstats
path: root/tests/auto/qregion/tst_qregion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qregion/tst_qregion.cpp')
-rw-r--r--tests/auto/qregion/tst_qregion.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/qregion/tst_qregion.cpp b/tests/auto/qregion/tst_qregion.cpp
index bbc09c9b57..58d2034e41 100644
--- a/tests/auto/qregion/tst_qregion.cpp
+++ b/tests/auto/qregion/tst_qregion.cpp
@@ -94,9 +94,6 @@ private slots:
void isEmpty_data();
void isEmpty();
-#ifdef Q_OS_WIN
- void handle();
-#endif
#if defined(Q_WS_X11) && defined(QT_BUILD_INTERNAL)
void clipRectangles();
#endif
@@ -865,16 +862,6 @@ void tst_QRegion::isEmpty()
QVERIFY(region.rects().isEmpty());
}
-#ifdef Q_OS_WIN
-void tst_QRegion::handle()
-{
- QRegion r;
- HRGN hrgn = r.handle();
- QRegion r2(QRect(0,0,10,10));
- hrgn = r2.handle();
-}
-#endif
-
#if defined(Q_WS_X11) && defined(QT_BUILD_INTERNAL)
void tst_QRegion::clipRectangles()
{