summaryrefslogtreecommitdiff
path: root/t/run/switchp.t
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2012-11-17 12:30:52 -0600
committerJames E Keenan <jkeenan@cpan.org>2012-11-29 20:32:58 -0500
commit12d9438a6794129c7f3d1b679150952b0089a42a (patch)
tree10b2bd1a4f20bf0cfce8ddce81adc3537ded3d88 /t/run/switchp.t
parent610466d93b7a7b6e156392aa379874397c53aadf (diff)
downloadperl-12d9438a6794129c7f3d1b679150952b0089a42a.tar.gz
t/run/switchp.t: Add descriptions to all tests.
For: RT #115780
Diffstat (limited to 't/run/switchp.t')
-rw-r--r--t/run/switchp.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/run/switchp.t b/t/run/switchp.t
index 1d1fe1485f..c92e973d3f 100644
--- a/t/run/switchp.t
+++ b/t/run/switchp.t
@@ -6,11 +6,11 @@ BEGIN {
}
END {
- print "ok 3\n";
+ print "ok 3 - -p switch tested\n";
}
s/^not //;
__DATA__
-not ok 1
-not ok 2
+not ok 1 - -p switch first iteration
+not ok 2 - -p switch second iteration