summaryrefslogtreecommitdiffstats
path: root/fastchart-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fastchart-tests.patch')
-rw-r--r--fastchart-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/fastchart-tests.patch b/fastchart-tests.patch
deleted file mode 100644
index a091ae6..0000000
--- a/fastchart-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e373460b0f970bd908b26e041bdb37f04fe900cb Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Fri, 12 Jun 2026 08:19:02 +0200
-Subject: [PATCH] Relax test expectation
-
----
- tests/187_svg_dims_int_max_boundary.phpt | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tests/187_svg_dims_int_max_boundary.phpt b/tests/187_svg_dims_int_max_boundary.phpt
-index 5d47cec..99c1604 100644
---- a/tests/187_svg_dims_int_max_boundary.phpt
-+++ b/tests/187_svg_dims_int_max_boundary.phpt
-@@ -50,8 +50,8 @@ foreach (['2147483520', '2147483648'] as $dim) {
- }
-
- ?>
----EXPECT--
-+--EXPECTF--
- 2.147483648e9: ValueError (intrinsic-dims)
- 1e10: ValueError (intrinsic-dims)
--2147483520: ValueError (cap)
--2147483648: ValueError (cap)
-+2147483520: ValueError (%s)
-+2147483648: ValueError (%s)