run-tests.php: fix wrong comment

[ci skip]

Closes GH-16666.
This commit is contained in:
Markus Staab 2024-11-01 11:02:42 +01:00 committed by Niels Dossche
parent 2b10cd1beb
commit 836bd22257
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -1094,7 +1094,7 @@ function test_sort($a, $b): int
}
//
// Write the given text to a temporary file, and return the filename.
// Write the given text to a temporary file.
//
function save_text(string $filename, string $text, ?string $filename_copy = null): void