aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml b/tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml
deleted file mode 100644
index 2599e70cc9..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanimations/data/badtype3.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 240
- height: 320
- Rectangle {
- color: "red"
- ColorAnimation on color { from: 10; to: 15; }
- width: 50; height: 50
- x: 100; y: 100
- }
-}