From feba69ce2da53ff509ecf5f9c08ead2f34885f96 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 4 Aug 2020 13:17:08 +0200 Subject: [PATCH] Relax precision in hypot test --- ext/standard/tests/math/hypot_basic.phpt | 202 +++++++++++------------ 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/ext/standard/tests/math/hypot_basic.phpt b/ext/standard/tests/math/hypot_basic.phpt index 29c8892846..1b4b04f00a 100644 --- a/ext/standard/tests/math/hypot_basic.phpt +++ b/ext/standard/tests/math/hypot_basic.phpt @@ -1,7 +1,7 @@ --TEST-- Test hypot() - basic function test hypot() --INI-- -precision=14 +serialize_precision=15 --FILE--