Skip to content

Commit 836bd22

Browse files
staabmnielsdos
authored andcommitted
run-tests.php: fix wrong comment
[ci skip] Closes GH-16666.
1 parent 2b10cd1 commit 836bd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ function test_sort($a, $b): int
10941094
}
10951095

10961096
//
1097-
// Write the given text to a temporary file, and return the filename.
1097+
// Write the given text to a temporary file.
10981098
//
10991099

11001100
function save_text(string $filename, string $text, ?string $filename_copy = null): void

0 commit comments

Comments
 (0)