Skip to content

Commit

Permalink
[t/spec]: Unfudge a rakudo test in S03-operators/misc.t .
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@24540 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
pmichaud committed Dec 21, 2008
1 parent fd3313e commit 8208469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-operators/misc.t
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ ok(42 > 12 & 20 & 32, "test the all infix operator");


# L<S03/Hyper operators/hyper operator distributes over them as lists>
#?rakudo skip 'hyper operators'
{
my @rv;
@rv = (1,2,3,4) >>+<< (1,2,3,4);
is("@rv[]", "2 4 6 8", 'hyper-add');
is(~@rv, "2 4 6 8", 'hyper-add');
}

{ # L<S03/Changes to Perl 5 operators/ "?| is a logical OR">
Expand Down

0 comments on commit 8208469

Please sign in to comment.