aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml')
-rw-r--r--tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml b/tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml
deleted file mode 100644
index 3553f6c03b..0000000000
--- a/tests/auto/declarative/qdeclarativecontext/data/qtbug_22535.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 2.0
-
-Rectangle {
- width: 64
- height: 64
-
- Object_22535 { id:o }
-
- Component.onDestruction: o.goodBye()
-}