diff options
Diffstat (limited to 't/porting/regen.t')
-rw-r--r-- | t/porting/regen.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/regen.t b/t/porting/regen.t index 9699d5571a..810aa3547f 100644 --- a/t/porting/regen.t +++ b/t/porting/regen.t @@ -18,6 +18,6 @@ $ENV{PERL5LIB} = rel2abs($lib); chdir '..' if $in_t; -print "1..17\n"; # I can't see a clean way to calculate this automatically. +print "1..18\n"; # I can't see a clean way to calculate this automatically. system "$^X regen.pl --tap"; |