Skip to content

Commit

Permalink
[t/spec] un-TODO a passing test for rakudo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@31519 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jun 30, 2010
1 parent 1855595 commit 2c6c6c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-metaops/reduce.t
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ 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 "[1..3] >>+<< [1..3] returns [[2, 4, 6]] at the moment"
lives_ok({my @foo = [>>+<<] ([1..3],[1..3],[1..3])},'Parse [>>+<<]');

# Check that user defined infix ops work with [...], too.
Expand Down

0 comments on commit 2c6c6c9

Please sign in to comment.