summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2021-03-01 23:14:32 +0000
committerafresh1 <afresh1@openbsd.org>2021-03-01 23:14:32 +0000
commitde8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b (patch)
tree5e91ea1711126841ef19ee1ee17705e29dc6baf0 /gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t
parentUpdate the MSI addresses for the Armada 8040. This chunk will only be (diff)
downloadwireguard-openbsd-de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b.tar.xz
wireguard-openbsd-de8cc8edbc71bd3e3bc7fbffa27ba0e564c37d8b.zip
Import perl-5.32.1
OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t')
-rw-r--r--gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t b/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t
index 1bc0f6a2663..27ada2eb0c6 100644
--- a/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t
+++ b/gnu/usr.bin/perl/cpan/Math-BigInt/t/calling-class-methods.t
@@ -5,7 +5,7 @@
use strict;
use warnings;
-use Test::More tests => 148;
+use Test::More tests => 164;
##############################################################################
@@ -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