Skip to content

Commit

Permalink
Untodo a now-passing [>>+<<] test for Rakudo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 9, 2014
1 parent fa5ded7 commit a47a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-metaops/reduce.t
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ L<"http://groups.google.de/group/perl.perl6.language/msg/bd9eb275d5da2eda">

# Following two tests taken verbatim from former t/operators/reduce.t
lives_ok({my @foo = [1..3] >>+<< [1..3] >>+<< [1..3]},'Sanity Check');
#?rakudo todo 'reduced hyper op'

#?niecza todo 'These are hyperop tests!'
lives_ok({my @foo = [>>+<<] ([1..3],[1..3],[1..3])},'Parse [>>+<<]');

Expand Down

0 comments on commit a47a750

Please sign in to comment.