Skip to content

Commit

Permalink
Add request for sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jun 26, 2015
1 parent 0f1545a commit 72b85c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-names-vars/signature.t
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ plan 13;
my (@c) = @a;
my $i = 0;
$i++ for @c;
# XXX this test appears to be bogus to me, as there is no signature involved
is $i, 3, 'asigning to an array in a signature is sane';
}

Expand Down

0 comments on commit 72b85c3

Please sign in to comment.