Skip to content

Commit 2f482ef

Browse files
committed
Fix broken fudge.
1 parent 160967f commit 2f482ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-metaops/zip.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ is (2, 10, * Z 3, 4, 5, *).munch(10),
4040
is (<a b c d> Z~ 'x', 'z', *), <ax bz cz dz>, 'zip-concat extends right argument ending with *';
4141
}
4242

43-
#?rakudo 2 skip 'nom regression'
43+
#?rakudo skip 'nom regression'
4444
{
4545
is (1, 2, 3, * Z+ 10, 20, 30, 40, 50), (11, 22, 33, 43, 53), 'zip-plus extends left argument ending with *';
4646
is (2, 10, * Z* 3, 4, 5, *).munch(5),

0 commit comments

Comments
 (0)