Skip to content

Commit

Permalink
Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Update runtests.py : grammar correction

- Grammatically corrected the sentence
  • Loading branch information
GuillaumeGomez authored Jun 24, 2023
2 parents 6d3d775 + e5e4805 commit 530516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/test-float-parse/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def write_errors():
if not have_seen_error:
have_seen_error = True
msg("Something is broken:", *args)
msg("Future errors logged to errors.txt")
msg("Future errors will be logged to errors.txt")
exit_status = 101


Expand Down

0 comments on commit 530516f

Please sign in to comment.