Skip to content

Commit bb39471

Browse files
committed
No plan for regexp optimization tests
With a varying number of tests per data line, the plan is too much work to maintain.
1 parent cb097ac commit bb39471

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/re/opt.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ no warnings qw{ experimental };
4545
use feature qw{ refaliasing declared_refs };
4646
our \$TODO = \$::TODO;
4747

48-
plan tests => 104;
49-
5048
use re ();
5149

5250
while (<DATA>) {
@@ -203,6 +201,7 @@ while (<DATA>) {
203201

204202
skip($test) if $skip;
205203
}
204+
done_testing();
206205
__END__
207206
0 - -
208207
abc 3 +abc - isall

0 commit comments

Comments
 (0)