diff options
| author | Preveen P <31464911+preveen-stack@users.noreply.github.com> | 2023-06-22 09:59:31 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-22 09:59:31 +0530 |
| commit | e5e480504f1dffff5f05e07de47234c14547512d (patch) | |
| tree | 17344f6fba39277c0f31f69abba541038a9c1af2 | |
| parent | f272fc3a86c23682ff1e52c0893d6df2454bb0cd (diff) | |
| download | rust-e5e480504f1dffff5f05e07de47234c14547512d.tar.gz rust-e5e480504f1dffff5f05e07de47234c14547512d.zip | |
Update runtests.py : grammar correction
| -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 |
