Skip to content

Commit 94e9ccb

Browse files
committed
faster to test the .[100000] bug with ..
And works just well to flush the bug.
1 parent 191d550 commit 94e9ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S04-declarations/constant.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ plan 49;
306306

307307
# RT #122604
308308
{
309-
constant fib = 0, 1, *+* ... *;
310-
lives_ok {fib[100_000]}, "can index a constant list at 100K";
309+
constant lots = 0..*;
310+
lives_ok {lots[100_000]}, "can index an infinite constant list at 100K";
311311
}
312312

313313
# vim: ft=perl6

0 commit comments

Comments
 (0)