Skip to content

Commit 7d4dadb

Browse files
committed
Reveal number of tests in plan
Cleanup whitespace.
1 parent 2b9b745 commit 7d4dadb

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

t/op/goto-amp-name.t

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ BEGIN {
1010
use warnings;
1111
use strict;
1212
use Config;
13-
#plan tests => 'no_plan'; # yet
1413
plan tests => 39;
1514

16-
our $TODO;
17-
1815
# Excerpts from 'perldoc -f goto' as of perl-5.40.1 (Aug 2025)
1916
#
2017
# The "goto &NAME" form is quite different from the other forms of
@@ -255,17 +252,6 @@ sub {
255252
}
256253
}->();
257254

258-
259-
260-
261-
262-
263-
264-
265-
266-
267-
268-
269255
# [perl #36521] goto &foo in warn handler could defeat recursion avoider
270256

271257
{

t/op/goto.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ BEGIN {
1212
use warnings;
1313
use strict;
1414
use Config;
15-
#plan tests => 134;
1615
plan tests => 96;
1716

1817
our $TODO;

0 commit comments

Comments
 (0)