aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml b/tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml
deleted file mode 100644
index 76a8a4773f..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/customParserTypes.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 2.0
-ListModel {
- ListElement { a: 10 }
- ListElement { a: 12 }
-}