summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2021-03-01 23:16:25 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2021-03-01 23:16:25 +0000
commit830521676276b6133a5cd5127f3cc42f5590917a (patch)
tree22da143436a967a55d784f6ed8cf24cbffaf3927 /gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t
parent161ccc0397268d5c7bfa259e56c00df5595df138 (diff)
Import perl-5.32.1
OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t')
-rw-r--r--gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t b/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t
index 8b0945e72af..30421da67b9 100644
--- a/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t
+++ b/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-instance-methods.t
@@ -5,7 +5,7 @@
use strict;
use warnings;
-use Test::More tests => 140;
+use Test::More tests => 156;
##############################################################################
@@ -76,6 +76,12 @@ __END__
&is_negative
1:0
-1:1
+&is_non_positive
+1:0
+-1:1
+&is_non_negative
+1:1
+-1:0
&is_nan
abc:1
1:0