summaryrefslogtreecommitdiff
path: root/t/re/fold_grind.t
diff options
context:
space:
mode:
Diffstat (limited to 't/re/fold_grind.t')
-rw-r--r--t/re/fold_grind.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/fold_grind.t b/t/re/fold_grind.t
index 98fc3966c5..e2153e3186 100644
--- a/t/re/fold_grind.t
+++ b/t/re/fold_grind.t
@@ -735,7 +735,7 @@ foreach my $test (sort { numerically } keys %tests) {
if (!$res || $ENV{PERL_DEBUG_FULL_TEST}) {
# Failed or debug; output the result
$count++;
- ok($res, $desc);
+ ok($res, "test $count - $desc");
} else {
# Just count the test as passed
$okays++;