Skip to content

Commit d30ef47

Browse files
committed
Unfudge now passing tests for RT #127971, RT #130924
samcv++ I believe
1 parent 40c7c4b commit d30ef47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

S03-operators/repeat.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ is-deeply (|() xx *)[^5], (Nil, Nil, Nil, Nil, Nil),
203203

204204
# RT #127971,130924
205205
{
206-
#?rakudo 2 todo "creating too large strings dies RT #127971,130924"
207206
dies-ok { my $a = "a" x 2**30; my $b = "b" x 2**30; my $c = $a ~ $b; my $d = $b ~ $a; my $e = $c ~ $d; },
208207
'concatenating strings with `~` that would create a too large result dies';
209208
dies-ok { (('a' x 1000000) x 1000000) },

0 commit comments

Comments
 (0)