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