aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml b/tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml
deleted file mode 100644
index 492dad920f..0000000000
--- a/tests/auto/qtquick1/qdeclarativexmllistmodel/data/roleCrash.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-XmlListModel {
- id: model
- XmlRole {}
- Component.onCompleted: model.roles = 0
-}