From 94d5a37c0ba22d03b65e7de7414a7307c72940d1 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 2 Jan 2012 16:43:59 -0800 Subject: [PATCH] Correct test count in regen.t --- t/porting/regen.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/porting/regen.t b/t/porting/regen.t index 5af4d58..8595fb0 100644 --- a/t/porting/regen.t +++ b/t/porting/regen.t @@ -16,7 +16,7 @@ if ( $^O eq "VMS" ) { skip_all( "- regen.pl needs porting." ); } -my $in_regen_pl = 21; # I can't see a clean way to calculate this automatically. +my $in_regen_pl = 22; # I can't see a clean way to calculate this automatically. my @files = qw(perly.act perly.h perly.tab keywords.c keywords.h uconfig.h); my @progs = qw(Porting/makemeta regen/regcharclass.pl regen/mk_PL_charclass.pl); -- 2.7.4