aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml b/tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml
deleted file mode 100644
index 0bbee16df8..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/methods.1.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import Qt.test 1.0
-
-MyQmlObject {
- id: myObject
- onBasicSignal: myObject.methodNoArgs()
-}