Skip to content

Commit

Permalink
Fudge S04-statements/for.t
Browse files Browse the repository at this point in the history
skip test for RT #64886 on which nom regressed
  • Loading branch information
kboga authored and kboga committed Jul 26, 2011
1 parent 38f4adc commit 7e60c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S04-statements/for.t
Expand Up @@ -478,6 +478,7 @@ eval_dies_ok('for(0..5) { }','keyword needs at least one whitespace after it');
}

# RT #64886
#?rakudo skip "Nom doesn't feature lazily for looping over a range yet?"
{
my $a = 0;
for (1..10000000000) {
Expand Down

0 comments on commit 7e60c7d

Please sign in to comment.