From a74c25bca143a894220c2a01792707ab8f0e83ef Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 7 Oct 2020 14:57:28 +0200 Subject: [PATCH] Fix test The upper limit is different for 32bit and 64bit, but we are testing the lower limit only, so can use a placeholder. --- ext/calendar/tests/jdtounix_error1.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/calendar/tests/jdtounix_error1.phpt b/ext/calendar/tests/jdtounix_error1.phpt index de266ac6a2d..ba85958ec85 100644 --- a/ext/calendar/tests/jdtounix_error1.phpt +++ b/ext/calendar/tests/jdtounix_error1.phpt @@ -14,5 +14,5 @@ try { echo $ex->getMessage(), PHP_EOL; } ?> ---EXPECT-- -jday must be between 2440588 and 2465443 +--EXPECTF-- +jday must be between 2440588 and %d