aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/component.3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/component.3.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/component.3.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/component.3.qml b/tests/auto/declarative/qdeclarativelanguage/data/component.3.qml
deleted file mode 100644
index bac23ef903..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/component.3.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.0
-
-Item {
- Component {
- id: myId
- id: myId2
- QtObject {}
- }
-}