Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
two rakudo unfudges
  • Loading branch information
moritz committed Nov 27, 2011
1 parent a6ae871 commit 696bc8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S03-operators/repeat.t
Expand Up @@ -59,9 +59,7 @@ is($twin, 'LintillaLintilla', 'operator x= for string repeats correct');
my @array = (4, 2);
ok(@array xx= 2, 'operator xx= for list works');
is(@array[0], 4, 'operator xx= for list repeats correct');
#?rakudo todo 'nom regression'
is(@array[3], 2, 'operator xx= for list repeats correct');
#?rakudo todo 'nom regression'
is(+@array, 4, 'operator xx= for list created the right size');
}

Expand Down

0 comments on commit 696bc8d

Please sign in to comment.