aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml b/tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml
deleted file mode 100644
index a3794df22b..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/Scope6Nested.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import Qt.test 1.0
-
-MyQmlObject {
- function runtest(obj) {
- return obj.MyQmlObject.value == 19;
- }
-}