aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml b/tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml
deleted file mode 100644
index 855a264995..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/ownership.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- Component.onCompleted: { var a = getObject(); a = null; }
-}