From 836bd222571c31bea4e3e02abd82b7647997e0da Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 1 Nov 2024 11:02:42 +0100 Subject: [PATCH] run-tests.php: fix wrong comment [ci skip] Closes GH-16666. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index bd03a7f882a..0e0fdc2c6a5 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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