aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml b/tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml
deleted file mode 100644
index e2760cb418..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/singularProperty.2.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property QtObject a
- a: [ QtObject {}, QtObject {} ]
-}
-