aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml b/tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml
deleted file mode 100644
index a9e7dd2a95..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 2.0
-import Qt.test 1.0
-
-MyQmlObject {
- function test1() {
- value = 4.2
- }
- function test2() {
- value = 7.9
- }
-}