Skip to content

Commit f3372db

Browse files
committed
Fudge for Niecza.
1 parent 7719875 commit f3372db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S03-metaops/zip.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ is (2, 10, * Z* 3, 4, 5, *).munch(5),
6161
isa_ok (1 Z 2)[0], Parcel, 'zip returns a list of parcels';
6262

6363
# RT #113800 - multiple Z operators work with list associative
64+
#?niecza skip "Unable to resolve method lol in type Parcel"
6465
{
6566
my $l = (1,2,3 Z, 4,5,6 Z, 7,8,9);
6667
is $l.[0].lol.elems, 3, 'Z, retains list associativity';

0 commit comments

Comments
 (0)