Skip to content

Commit

Permalink
Fix test not to use .munch and unfudge it for Niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jun 1, 2012
1 parent b1c5468 commit d1bba41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S04-statements/gather.t
Expand Up @@ -141,7 +141,6 @@ plan 21;
'take with multiple arguments .flat tens out';
}

#?niecza skip 'series'
#?rakudo skip 'nom regression (loops)'
{
my sub grep-div(@a, $n) {
Expand All @@ -151,7 +150,7 @@ plan 21;
}

my @evens := grep-div((1...*), 2);
is ~grep-div(@evens, 3).munch(16), ~grep-div((1...100), 6), "Nested identical gathers";
is ~grep-div(@evens, 3)[^16], ~grep-div((1...100), 6), "Nested identical gathers";
}

# RT #77036
Expand Down

0 comments on commit d1bba41

Please sign in to comment.