aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/data/slot_complex.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/script/data/slot_complex.qml')
-rw-r--r--tests/benchmarks/qml/script/data/slot_complex.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/qml/script/data/slot_complex.qml b/tests/benchmarks/qml/script/data/slot_complex.qml
index 4e467da901..ffc9e2f98f 100644
--- a/tests/benchmarks/qml/script/data/slot_complex.qml
+++ b/tests/benchmarks/qml/script/data/slot_complex.qml
@@ -47,7 +47,7 @@ TestObject {
var a = 1;
while (n > 0) {
a = a * n;
- n--;
+ n--;
}
return a;
}