Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge and correct tests for RT #75950
  • Loading branch information
moritz committed Oct 1, 2011
1 parent 27a2b93 commit 2512522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-operators/assign.t
Expand Up @@ -825,10 +825,9 @@ sub l () { 1, 2 };
}

# RT #75950
#?rakudo skip 'RT 75950'
{
my $x;
lives_ok { ($x) = grep 5, 1..1_000_000 },
lives_ok { ($x,) = grep 5, 1..1_000_000 },
'Can grep lazily through a very long range';
is $x, 5, '... with correct result';
}
Expand Down

0 comments on commit 2512522

Please sign in to comment.