diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2016-08-11 19:53:30 -0400 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-08-09 13:22:35 +0100 |
commit | 559bb126ed8b27d5f85a10919d0f0627115a47c3 (patch) | |
tree | d5cb9c58c35410dc2a36c21c69d508f51c705e3b /t | |
parent | 2d197ba4766455fd01a1e589fbed44e038068de6 (diff) | |
download | perl-559bb126ed8b27d5f85a10919d0f0627115a47c3.tar.gz |
Fix on top of 75326c48.
Worked partly accidentally, and as a bonus caused asan
off-stack-variable read violations.
(cherry picked from commit 5208a0305e9e82c534fa034515d54a0409dfcc77)
Diffstat (limited to 't')
-rw-r--r-- | t/op/sprintf2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sprintf2.t b/t/op/sprintf2.t index 53cd85df99..15469397fe 100644 --- a/t/op/sprintf2.t +++ b/t/op/sprintf2.t @@ -776,7 +776,7 @@ SKIP: { [ '3e-323', '%.4a', '0x1.8000p-1072' ], [ '3e-324', '%.4a', '0x1.0000p-1074' ], [ '3e-320', '%.1a', '0x1.8p-1062' ], - [ '3e-321', '%.1a', '0x1.2p-1065' ], + [ '3e-321', '%.1a', '0x1.3p-1065' ], [ '3e-322', '%.1a', '0x1.ep-1069' ], [ '3e-323', '%.1a', '0x1.8p-1072' ], [ '3e-324', '%.1a', '0x1.0p-1074' ], |