svleak.t: Correct test name
authorFather Chrysostomos <sprout@cpan.org>
Fri, 30 Nov 2012 17:27:27 +0000 (09:27 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 1 Dec 2012 02:02:36 +0000 (18:02 -0800)
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.

t/op/svleak.t

index 071a7a2..914ab10 100644 (file)
@@ -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');