summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-03 20:29:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-03 20:30:38 -0700
commit1b45d357ddcec6f3ef5edd084309d7474c6041e4 (patch)
tree537c380a3154adaf5579edeb05308ecc21ca5f51
parentd18d7217818220bb2e51518cd64feb4318101194 (diff)
downloadperl-1b45d357ddcec6f3ef5edd084309d7474c6041e4.tar.gz
deparse.t: Fix test count
-rw-r--r--dist/B-Deparse/t/deparse.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t
index daa611d61f..01bb74bdef 100644
--- a/dist/B-Deparse/t/deparse.t
+++ b/dist/B-Deparse/t/deparse.t
@@ -13,7 +13,7 @@ use warnings;
use strict;
use Test::More;
-my $tests = 18; # not counting those in the __DATA__ section
+my $tests = 19; # not counting those in the __DATA__ section
use B::Deparse;
my $deparse = B::Deparse->new();