diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-06-24 20:26:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 20:26:45 +0200 |
| commit | 530516f81c7dbf48343cf3869aa6677b802679b7 (patch) | |
| tree | 7e40432dd659aaedc840e10332aca22e1fe792f0 | |
| parent | 6d3d775dc61cf6a632e9350453c2c96b19990f5d (diff) | |
| parent | e5e480504f1dffff5f05e07de47234c14547512d (diff) | |
| download | rust-530516f81c7dbf48343cf3869aa6677b802679b7.tar.gz rust-530516f81c7dbf48343cf3869aa6677b802679b7.zip | |
Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum
Update runtests.py : grammar correction - Grammatically corrected the sentence
| -rwxr-xr-x | src/etc/test-float-parse/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/test-float-parse/runtests.py b/src/etc/test-float-parse/runtests.py index cf7279534dc..cc5e31a051f 100755 --- a/src/etc/test-float-parse/runtests.py +++ b/src/etc/test-float-parse/runtests.py @@ -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 |
