diff --git a/tests/typ/compiler/ops-invalid.typ b/tests/typ/compiler/ops-invalid.typ index f3a83e7a1..7e8b63eff 100644 --- a/tests/typ/compiler/ops-invalid.typ +++ b/tests/typ/compiler/ops-invalid.typ @@ -90,16 +90,6 @@ // Error: 3-10 number must be at least zero #(-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) = "")