Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests for parrot
  • Loading branch information
lizmat committed Feb 14, 2015
1 parent 776cec3 commit 2c3817c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S03-operators/repeat.t
Expand Up @@ -97,7 +97,8 @@ is($twin, 'LintillaLintilla', 'operator x= for string repeats correct');
}

{
#?rakudo todo 'RT 123830'
#?rakudo.moar todo 'RT 123830'
#?rakudo.jvm 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 2c3817c

Please sign in to comment.