summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt-FastCalc/t/bigintfc.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Math-BigInt-FastCalc/t/bigintfc.t')
-rw-r--r--dist/Math-BigInt-FastCalc/t/bigintfc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Math-BigInt-FastCalc/t/bigintfc.t b/dist/Math-BigInt-FastCalc/t/bigintfc.t
index c3909176f5..c8751ad81b 100644
--- a/dist/Math-BigInt-FastCalc/t/bigintfc.t
+++ b/dist/Math-BigInt-FastCalc/t/bigintfc.t
@@ -144,8 +144,8 @@ foreach (qw/ 1 12 123 1234 12345 123456 1234567 12345678 123456789/)
# _zeros
$x = $C->_new("1256000000"); is ($C->_zeros($x),6);
$x = $C->_new("152"); is ($C->_zeros($x),0);
-$x = $C->_new("123000"); is ($C->_zeros($x),3);
-$x = $C->_new("0"); is ($C->_zeros($x),0);
+$x = $C->_new("123000"); is ($C->_zeros($x),3);
+$x = $C->_new("0"); is ($C->_zeros($x),0);
# _lsft, _rsft
$x = $C->_new("10"); $y = $C->_new("3");