projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e150f77
)
Removed needless comment in for.t
author
Charlie Gonzalez
<itcharlie@gmail.com>
Wed, 13 Mar 2013 04:19:06 +0000
(
00:19
-0400)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 14 Mar 2013 01:39:28 +0000
(21:39 -0400)
t/op/for.t
patch
|
blob
|
history
diff --git
a/t/op/for.t
b/t/op/for.t
index
93fe05e
..
0571380
100644
(file)
--- a/
t/op/for.t
+++ b/
t/op/for.t
@@
-7,7
+7,6
@@
BEGIN {
plan(104);
# A lot of tests to check that reversed for works.
-# my $test = 0;
@array = ('A', 'B', 'C');
for (@array) {