mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[ci skip] Update run-tests.php: Fix typo
Closes GH-12225.
This commit is contained in:
parent
fad0e4f4e7
commit
bae30682b8
1 changed files with 1 additions and 1 deletions
|
@ -4178,7 +4178,7 @@ class DiffOutputBuilder
|
|||
}
|
||||
$next++;
|
||||
}
|
||||
// Found no more differenciating rows, we're done
|
||||
// Found no more differentiating rows, we're done
|
||||
if ($next === count($diffs)) {
|
||||
if (($i - 1) < count($diffs)) {
|
||||
fwrite($buffer, "--\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue