Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "fudge two hanging WIP spectests for sequences"
This reverts commit a734f7c.
  • Loading branch information
timo committed Dec 26, 2013
1 parent a734f7c commit dbb32bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S03-sequence/limit-arity-2-or-more.t
Expand Up @@ -29,7 +29,6 @@ is (2, 1, 0.5 ...^ (*-*).abs < 2).join(', '), '2', 'ASAP arity-2 excluded conver

# limit function that accepts any number of args

#?rakudo 2 skip "hangs"
is (1 ... { @_ eq "1 2 3" }).join(', '), '1, 2, 3', 'arity-Inf limit';
is (1 ...^ { @_ eq "1 2 3" }).join(', '), '1, 2', 'arity-Inf excluded limit';

Expand Down

0 comments on commit dbb32bb

Please sign in to comment.