aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml b/tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml
deleted file mode 100644
index 35c1a9ab42..0000000000
--- a/tests/auto/qtquick1/qdeclarativeitem/data/transformCrash.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 1.0
-
-Item {
- id: wrapper
- width: 200
- height: 200
-
- QtObject {
- id: object
- }
-
- Component.onCompleted: wrapper.transform = object
-}