Skip to content

Commit

Permalink
Add reference to existing RT #124517
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Sep 22, 2015
1 parent 783eba7 commit 63ad4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-metaops/eager-hyper.t
Expand Up @@ -35,7 +35,7 @@ plan 8;
{
my $counter = 0;
my $test := hyper gather { for 1 .. 5 { $counter++; take $_; } }
#?rakudo todo "hyper NYI entirely, I guess"
#?rakudo todo "hyper NYI entirely, I guess RT #124517"
is($test.sort.values, <1 2 3 4 5>, 'hyper returned all the values in some order');
is($counter, 5, 'iterator was hyper and calculated all the values');
}
Expand Down

0 comments on commit 63ad4c4

Please sign in to comment.