Skip to content

Commit

Permalink
Unfudge test for RT #122306.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 28, 2015
1 parent 59e1e9d commit 93e1675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration/advent2011-day23.t
Expand Up @@ -206,8 +206,6 @@ is_deeply @z, [7,7,7, 9,9,9], '@y.map: { $_ xx 3 if $_ > 5 };';

@z = ($_ xx 3 if $_ > 5 for @y);

#?rakudo.jvm todo "RT #122306"
#?rakudo.moar todo "RT #122306"
is_deeply @z, [7,7,7, 9,9,9], '@z = ($_ xx 3 if $_ > 5 for @y);';

# Random integer between 3 and 7 inclusive
Expand Down

0 comments on commit 93e1675

Please sign in to comment.