aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/v4/data/qrealToIntRounding.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/v4/data/qrealToIntRounding.qml')
-rw-r--r--tests/auto/declarative/v4/data/qrealToIntRounding.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/declarative/v4/data/qrealToIntRounding.qml b/tests/auto/declarative/v4/data/qrealToIntRounding.qml
deleted file mode 100644
index ee3d405073..0000000000
--- a/tests/auto/declarative/v4/data/qrealToIntRounding.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property int data: 1
-
- property int test1: 6.6 + data
- property int test2: 6.2 + data
- property int test3: 6 + data
-}
-