Skip to content

Commit

Permalink
skip this hanging test for niecza
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 13, 2012
1 parent 9c407b7 commit 303fbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-multi/syntax.t
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ ok(~&foo ~~ /foo/, 'a multi stringifies sensibly');

multi with_cap($a) { $a }
multi with_cap($a,$b,|$cap) { return with_cap($a + $b, |$cap) }
#?niecza skip 'hangs'
is with_cap(1,2,3,4,5,6), 21, 'captures in multi sigs work';

done;
Expand Down

0 comments on commit 303fbca

Please sign in to comment.