summaryrefslogtreecommitdiff
path: root/tests/filename-lineno.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/filename-lineno.pl')
-rwxr-xr-xtests/filename-lineno.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/filename-lineno.pl b/tests/filename-lineno.pl
index ebd8d1ec..be927ef4 100755
--- a/tests/filename-lineno.pl
+++ b/tests/filename-lineno.pl
@@ -97,12 +97,6 @@ my @Tests =
['invalid-re-G-star-paren', '-G "a.*\\)"', {EXIT=>2},
{ERR => "$prog: Unmatched ) or \\)\n"},
],
- ['invalid-re-P-paren', '-P ")"', {EXIT=>2},
- {ERR => "$prog: unmatched parentheses\n"},
- ],
- ['invalid-re-P-star-paren', '-P "a.*)"', {EXIT=>2},
- {ERR => "$prog: unmatched parentheses\n"},
- ],
);
my $save_temps = $ENV{DEBUG};