Skip to content

Commit a734f7c

Browse files
committed
fudge two hanging WIP spectests for sequences
1 parent 0a9e8fb commit a734f7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S03-sequence/limit-arity-2-or-more.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ is (2, 1, 0.5 ...^ (*-*).abs < 2).join(', '), '2', 'ASAP arity-2 excluded conver
2929

3030
# limit function that accepts any number of args
3131

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

0 commit comments

Comments
 (0)