aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml b/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml
deleted file mode 100644
index eaca0a7f92..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- function testFunction() { return 19; }
- function testFunction2() { return 18; }
-}