diff options
-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) { |