summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) = "")