summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
index bb4f3ab..715613f 100644
--- a/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
+++ b/tests/auto/qgraphicsproxywidget/tst_qgraphicsproxywidget.cpp
@@ -3388,7 +3388,7 @@ void tst_QGraphicsProxyWidget::updateAndDelete()
proxy->update();
proxy->hide();
#ifdef Q_OS_MAC
- if (QSysInfo::MacintoshVersion == QSysInfo::MV_LION) {
+ if (QSysInfo::MacintoshVersion >= QSysInfo::MV_LION) {
QEXPECT_FAIL("", "QTBUG-26801", Abort);
}
#endif