summaryrefslogtreecommitdiffstats
path: root/tests/auto/qitemview/viewstotest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qitemview/viewstotest.cpp')
-rw-r--r--tests/auto/qitemview/viewstotest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qitemview/viewstotest.cpp b/tests/auto/qitemview/viewstotest.cpp
index 3aa355d3a1..5e21daffeb 100644
--- a/tests/auto/qitemview/viewstotest.cpp
+++ b/tests/auto/qitemview/viewstotest.cpp
@@ -141,7 +141,6 @@ QAbstractItemView *ViewsToTest::createView(const QString &viewType)
view->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
view->setSelectionBehavior(QAbstractItemView::SelectItems);
}
- Q_ASSERT(view);
return view;
}