aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/Example1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/Example1.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/Example1.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlformat/data/Example1.qml b/tests/auto/qml/qmlformat/data/Example1.qml
index 0fb9053e3a..36ffc6b058 100644
--- a/tests/auto/qml/qmlformat/data/Example1.qml
+++ b/tests/auto/qml/qmlformat/data/Example1.qml
@@ -40,7 +40,7 @@ Item {
property bool some_bool : false
// This comment is related to the property animation
PropertyAnimation on x {
- id: foo; x: 3; y: x + 3
+ id: foo2; x: 3; y: x + 3
}
// Orphan comment