aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml b/tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml
deleted file mode 100644
index bf048ea60a..0000000000
--- a/tests/auto/declarative/qdeclarativelanguage/data/idProperty.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import Test 1.0
-MyContainer {
- property variant object : myObjectId
-
- MyTypeObject {
- id: "myObjectId"
- }
-}