summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-10-21 18:53:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-10-21 18:53:06 -0400
commit5399a05dbb94d8e0c2a0ea2b588ff80ad23f2093 (patch)
treeaaa802431316cde5ca4b9c3def868f319208b5ba /t
parentc4a33ecd3009146ea545628e3014a22c637b6bb1 (diff)
downloadperl-5399a05dbb94d8e0c2a0ea2b588ff80ad23f2093.tar.gz
sisyphus thinks the test value is simply wrong here.
Diffstat (limited to 't')
-rw-r--r--t/op/sprintf2.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf2.t b/t/op/sprintf2.t
index 3e32746ac8..8008a46d2a 100644
--- a/t/op/sprintf2.t
+++ b/t/op/sprintf2.t
@@ -202,7 +202,7 @@ if ($Config{nvsize} == 8 &&
[ '%a', '0.1', '0x1.999999999999999999999999998p-4' ],
[ '%a', '1/7', '0x1.249249249249249249249249248p-3' ],
[ '%a', 'sqrt(2)', '0x1.6a09e667f3bcc908b2fb1366ea8p+0' ],
- [ '%a', 'exp(1)', '0x1.5bf0a8b1457695355fb8ac404e8p+1' ],
+ [ '%a', 'exp(1)', '0x1.5bf0a8b1457695355fb8ac40520p+1' ],
[ '%a', '2**-10', '0x1p-10' ],
[ '%a', '2**10', '0x1p+10' ],
[ '%a', '1e-09', '0x1.12e0be826d694b2e62d01511f14p-30' ],