diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-05-09 09:01:20 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-19 10:31:19 -0600 |
commit | 5473c57677ae94fffc3f7c7047121df4c2939e7a (patch) | |
tree | 6f48f47aaa23419c25ea66e163ebf02e9ed966df /t/re | |
parent | 638f3d5ebf7be9673719fd8013f9b93abe0c484f (diff) | |
download | perl-5473c57677ae94fffc3f7c7047121df4c2939e7a.tar.gz |
fold_grind.t: Slightly change debug stmt
Diffstat (limited to 't/re')
-rw-r--r-- | t/re/fold_grind.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/re/fold_grind.t b/t/re/fold_grind.t index 8a982f3a78..516e322479 100644 --- 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) { |