summaryrefslogtreecommitdiff
path: root/tests/typ/code/ops-invalid.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/ops-invalid.typ')
-rw-r--r--tests/typ/code/ops-invalid.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/ops-invalid.typ b/tests/typ/code/ops-invalid.typ
index e1662ddd..5d371e91 100644
--- a/tests/typ/code/ops-invalid.typ
+++ b/tests/typ/code/ops-invalid.typ
@@ -53,7 +53,7 @@
---
{
let x = 2
- for _ in 0..60 {
+ for _ in 0..61 {
x *= 2
}
// Error: 4-18 cannot repeat this string 4611686018427387904 times