summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-30 09:27:27 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-30 18:02:36 -0800
commitaf32a010cd62680d8bd608e309c00d2b3eac337b (patch)
treea8cbfd6033a2f824f8560270339fc9b62c6795cf /t
parentc2b36a6de0f63707e6ca496d5f88e40d768a6c0e (diff)
downloadperl-af32a010cd62680d8bd608e309c00d2b3eac337b.tar.gz
svleak.t: Correct test name
I got slightly confused when I added that. I had tested both page overflow and closure warnings (only the latter leaked), and I got them mixed up when I wrote the test name.
Diffstat (limited to 't')
-rw-r--r--t/op/svleak.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/svleak.t b/t/op/svleak.t
index 071a7a289d..914ab106de 100644
--- a/t/op/svleak.t
+++ b/t/op/svleak.t
@@ -98,7 +98,7 @@ eleak(2, 0, "$f 'misc'; our\$a,our\$a", 'double our with fatal warnings');
$::TODO = 'still leaks';
eleak(2, 0, "$f 'closure';
sub foo { my \$x; format=\n\@\n\$x\n.\n} write; ",
- 'write beyond end of page with fatal warnings');
+ 'format closing over unavailable var with fatal warnings');
eleak(2, 0, "$all /(?{})?/ ", '(?{})? with fatal warnings');
eleak(2, 0, "$all /(?{})+/ ", '(?{})+ with fatal warnings');
eleak(2, 0, "$all /[\\i]/ ", 'invalid charclass escape with fatal warns');