summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-09-15 12:34:28 +0200
committerLaurenz <laurmaedje@gmail.com>2023-09-15 12:34:35 +0200
commit94380f445740b1b05305d649293fabcc16a7d836 (patch)
treed39c8ec638a5e6379c6fce9e12af0299c8b20b5d
parent464dac8d4a306718092f8ed36445cdb4e0819e28 (diff)
Remove 64-bit-specific test
Fixes #2139
-rw-r--r--tests/typ/compiler/ops-invalid.typ10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/typ/compiler/ops-invalid.typ b/tests/typ/compiler/ops-invalid.typ
index f3a83e7a..7e8b63ef 100644
--- a/tests/typ/compiler/ops-invalid.typ
+++ b/tests/typ/compiler/ops-invalid.typ
@@ -91,16 +91,6 @@
#(-1 * "")
---
-#{
- let x = 2
- for _ in range(61) {
- (x) *= 2
- }
- // Error: 3-17 cannot repeat this string 4611686018427387904 times
- x * "abcdefgh"
-}
-
----
// Error: 4-5 unknown variable: x
#((x) = "")