This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638f3d5
)
fold_grind.t: Slightly change debug stmt
author
Karl Williamson
<public@khwilliamson.com>
Mon, 9 May 2011 15:01:20 +0000
(09:01 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 19 May 2011 16:31:19 +0000
(10:31 -0600)
t/re/fold_grind.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/fold_grind.t
b/t/re/fold_grind.t
index
8a982f3
..
516e322
100644
(file)
--- a/
t/re/fold_grind.t
+++ b/
t/re/fold_grind.t
@@
-285,8
+285,7
@@
foreach my $test (sort { numerically } keys %tests) {
$test,
join("", @x_target),
join("", @x_pattern);
- #print $progress, "\n";
- #diag $progress;
+ #note $progress;
# Now grind out tests, using various combinations.
foreach my $charset (@charsets) {