Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo unfudges
  • Loading branch information
moritz committed Nov 27, 2011
1 parent 04c0281 commit f75b379
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-operators/inplace.t
Expand Up @@ -6,7 +6,6 @@ use Test;

plan 28;

#?rakudo todo 'nom regression'
{
my @a = (1, 2, 3);
lives_ok({@a .= map: { $_ + 1 }}, '.= runs with block');
Expand All @@ -15,7 +14,6 @@ plan 28;
is(@a[2], 4, 'inplace map [2]');
}

#?rakudo todo 'nom regression'
{
my @b = <foo 123 bar 456 baz>;
lives_ok { @b.=grep(/<[a..z]>/)},
Expand Down

0 comments on commit f75b379

Please sign in to comment.