summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgridlayout/tst_qgridlayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgridlayout/tst_qgridlayout.cpp')
-rw-r--r--tests/auto/qgridlayout/tst_qgridlayout.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qgridlayout/tst_qgridlayout.cpp b/tests/auto/qgridlayout/tst_qgridlayout.cpp
index 693236aa9d..d52729a273 100644
--- a/tests/auto/qgridlayout/tst_qgridlayout.cpp
+++ b/tests/auto/qgridlayout/tst_qgridlayout.cpp
@@ -721,10 +721,8 @@ void tst_QGridLayout::spacingsAndMargins()
QSize topsize = toplevel.size();
QSize minimumsize = vbox.totalMinimumSize();
-#if defined(Q_WS_QWS)
if (topsize.width() < minimumsize.width() || topsize.height() < minimumsize.height())
QSKIP("The screen is too small to run this test case", SkipSingle);
-#endif
// We are relying on the order here...
for (int pi = 0; pi < sizehinters.count(); ++pi) {