Remove 64-bit-specific test

Fixes #2139
This commit is contained in:
Laurenz 2023-09-15 12:34:28 +02:00
parent 464dac8d4a
commit 94380f4457

View File

@ -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) = "")