about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPreveen P <31464911+preveen-stack@users.noreply.github.com>2023-06-22 09:59:31 +0530
committerGitHub <noreply@github.com>2023-06-22 09:59:31 +0530
commite5e480504f1dffff5f05e07de47234c14547512d (patch)
tree17344f6fba39277c0f31f69abba541038a9c1af2
parentf272fc3a86c23682ff1e52c0893d6df2454bb0cd (diff)
downloadrust-e5e480504f1dffff5f05e07de47234c14547512d.tar.gz
rust-e5e480504f1dffff5f05e07de47234c14547512d.zip
Update runtests.py : grammar correction
-rwxr-xr-xsrc/etc/test-float-parse/runtests.py2
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