From 559bb126ed8b27d5f85a10919d0f0627115a47c3 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 11 Aug 2016 19:53:30 -0400 Subject: Fix on top of 75326c48. Worked partly accidentally, and as a bonus caused asan off-stack-variable read violations. (cherry picked from commit 5208a0305e9e82c534fa034515d54a0409dfcc77) --- t/op/sprintf2.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') 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' ], -- cgit v1.2.1