Skip to content

Commit a74c25b

Browse files
committed
Fix test
The upper limit is different for 32bit and 64bit, but we are testing the lower limit only, so can use a placeholder.
1 parent 3024d9c commit a74c25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/calendar/tests/jdtounix_error1.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ try {
1414
echo $ex->getMessage(), PHP_EOL;
1515
}
1616
?>
17-
--EXPECT--
18-
jday must be between 2440588 and 2465443
17+
--EXPECTF--
18+
jday must be between 2440588 and %d

0 commit comments

Comments
 (0)