summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animations/data/properties4.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/animations/data/properties4.qml')
-rw-r--r--tests/auto/declarative/animations/data/properties4.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/animations/data/properties4.qml b/tests/auto/declarative/animations/data/properties4.qml
index e23651c..dab7e5f 100644
--- a/tests/auto/declarative/animations/data/properties4.qml
+++ b/tests/auto/declarative/animations/data/properties4.qml
@@ -9,6 +9,6 @@ Rectangle {
color: "red"
width: 50; height: 50
x: 100; y: 100
- x: NumberAnimation { target: theRect; property: "y"; to: 200; running: true }
+ x: NumberAnimation { target: theRect; property: "y"; to: 200; }
}
}