summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>2020-03-03 13:02:11 +0100
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>2020-03-03 13:02:11 +0100
commit584bae845e9821395371025d3dd4089b04803a94 (patch)
tree4d80ce30bc1465268722d09031de608a513a98d5
parent710c409046f327f1a971aa786fe7126c468aa53e (diff)
downloadmpc-git-584bae845e9821395371025d3dd4089b04803a94.tar.gz
reduced exponents of test so that it works with 32-bit exponents
-rw-r--r--tests/div.dat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/div.dat b/tests/div.dat
index e2c5cf5..00f372d 100644
--- a/tests/div.dat
+++ b/tests/div.dat
@@ -2485,4 +2485,4 @@
# example with exact division (0 -1) which works:
0 0 2 0 2 -1 2 -0x1p50450368 2 0x1p50450368 2 -0x1p50450368 2 -0x1p50450368 N N
# same with larger exponents, which gives (0 -Inf) in revision 389c43d:
-0 0 2 0 2 -1 2 -0x1p550450368 2 0x1p550450368 2 -0x1p550450368 2 -0x1p550450368 N N
+0 0 2 0 2 -1 2 -0x1p536870910 2 0x1p536870910 2 -0x1p536870910 2 -0x1p536870910 N N