diff options
Diffstat (limited to 'dist/Math-BigInt/t/sub_mbi.t')
-rw-r--r-- | dist/Math-BigInt/t/sub_mbi.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Math-BigInt/t/sub_mbi.t b/dist/Math-BigInt/t/sub_mbi.t index edb4daf058..fe89ba407e 100644 --- a/dist/Math-BigInt/t/sub_mbi.t +++ b/dist/Math-BigInt/t/sub_mbi.t @@ -21,7 +21,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 3273 + plan tests => 3279 + 5; # +5 own tests } @@ -37,7 +37,7 @@ require 'bigintpm.inc'; # perform same tests as bigintpm ############################################################################### # Now do custom tests for Subclass itself - + my $ms = $class->new(23); print "# Missing custom attribute \$ms->{_custom}" if !ok (1, $ms->{_custom}); |