From 21c8b9eb99f170ca6a63fd36413dc25ed0cff3d2 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Wed, 6 Apr 2022 18:39:27 -0400 Subject: [PATCH] Copyedit parallel test harness crash message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mea culpa. Co-authored-by: KaĆ­que Kandy Koga --- tool/lib/test/unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""