diff options
Diffstat (limited to 't/op/svleak.t')
-rw-r--r-- | t/op/svleak.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/svleak.t b/t/op/svleak.t index bbccfa98d9..f4abbdb395 100644 --- a/t/op/svleak.t +++ b/t/op/svleak.t @@ -99,8 +99,8 @@ eleak(2, 0, "$f 'closure'; sub foo { my \$x; format=\n\@\n\$x\n.\n} write; ", 'format closing over unavailable var with fatal warnings'); eleak(2, 0, "$all /(?{})?/ ", '(?{})? with fatal warnings'); -$::TODO = 'still leaks'; eleak(2, 0, "$all /(?{})+/ ", '(?{})+ with fatal warnings'); +$::TODO = 'still leaks'; eleak(2, 0, "$all /[\\i]/ ", 'invalid charclass escape with fatal warns'); eleak(2, 0, "$all /[:foo:]/ ", '/[:foo:]/ with fatal warnings'); eleak(2, 0, "$all /[a-\\d]/ ", '[a-\d] char class with fatal warnings'); |