Skip to content

Commit c1677a5

Browse files
committed
for $a { } with Iterable now iterates.
1 parent af9c772 commit c1677a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S06-signature/passing-arrays.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plan 11;
2323
return $x;
2424
}
2525

26-
is count2((1,2,3)), 1, 'count2((1,2,3))';
26+
is count2((1,2,3)), 3, 'count2((1,2,3))';
2727
}
2828

2929
{

0 commit comments

Comments
 (0)