summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorAlan Wu <alanwu@ruby-lang.org>2022-04-06 18:39:27 -0400
committerAlan Wu <alanwu@ruby-lang.org>2022-04-06 18:39:27 -0400
commit21c8b9eb99f170ca6a63fd36413dc25ed0cff3d2 (patch)
tree7fa1647f1133202432337875eb8bb7e0aae528c9 /tool/lib
parent16e6d7d186bc9d2ccd14bf5c18cca7f53ff9d970 (diff)
Copyedit parallel test harness crash message
Mea culpa. Co-authored-by: KaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index f1a27ad859..74af13c667 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -473,7 +473,7 @@ module Test
real_file = worker.real_file and warn "running file: #{real_file}"
@need_quit = true
warn ""
- warn "Some test worker crashed. It might an interpreter bug or"
+ warn "A test worker crashed. It might be an interpreter bug or"
warn "a bug in test/unit/parallel.rb. Try again without the -j"
warn "option."
warn ""