summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativespringanimation/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativespringanimation/data')
-rw-r--r--tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml b/tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml
index de75bb06..ce6a4aec 100644
--- a/tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml
+++ b/tests/auto/declarative/qdeclarativespringanimation/data/springanimation2.qml
@@ -4,6 +4,6 @@ SpringAnimation {
to: 1.44; velocity: 0.9
spring: 1.0; damping: 0.5
epsilon: 0.25; modulus: 360.0
- mass: 2.0;
+ mass: 2.0;
running: true;
}