Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge failing test (RT #123830)
  • Loading branch information
moritz committed Feb 14, 2015
1 parent a25df02 commit 776cec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/repeat.t
Expand Up @@ -97,6 +97,7 @@ is($twin, 'LintillaLintilla', 'operator x= for string repeats correct');
}

{
#?rakudo todo 'RT 123830'
is 'ABC'.ords xx 2, (65,66,67,65,66,67), "xx works on a lazy list";
}

Expand Down

0 comments on commit 776cec3

Please sign in to comment.