summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2016-08-15 17:49:51 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2016-08-17 22:13:40 -0400
commit1bee6aebe39da1a4d681e8ea1b9d0329898a8407 (patch)
tree1f0886ab6d8be96eccebd2c8e39a90eeb61c7701 /t
parentdd1645173d8209e05c419b0f3edc9b1c0f9643a8 (diff)
downloadperl-1bee6aebe39da1a4d681e8ea1b9d0329898a8407.tar.gz
Test data mistake was masked by mistaken fractional matching
(Affected only double-double.)
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 568d4b5c1b..8b9931fae3 100644
--- a/t/op/sprintf2.t
+++ b/t/op/sprintf2.t
@@ -220,7 +220,7 @@ if ($Config{nvsize} == 8 &&
[ '%a', '0.25', '0x1p-2' ],
[ '%a', '0.75', '0x1.8p-1' ],
[ '%a', '3.14', '0x1.91eb851eb851eb851eb851eb85p+1' ],
- [ '%a', '-1', '-0x0p+0' ],
+ [ '%a', '-1', '-0x1p+0' ],
[ '%a', '-3.14', '-0x1.91eb851eb851eb851eb851eb85p+1' ],
[ '%a', '0.1', '0x1.999999999999999999999999998p-4' ],
[ '%a', '1/7', '0x1.249249249249249249249249248p-3' ],