ruby-changes:68269
From: Nobuyoshi <ko1@a...>
Date: Tue, 5 Oct 2021 18:25:21 +0900 (JST)
Subject: [ruby-changes:68269] 7c98e673d7 (master): Fix a typo since 688f2e1a893e04457a1a5aa3577b13f74b2bc080
https://git.ruby-lang.org/ruby.git/commit/?id=7c98e673d7 From 7c98e673d7828f36682a013c90120b41ab842a1f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 5 Oct 2021 18:18:29 +0900 Subject: Fix a typo since 688f2e1a893e04457a1a5aa3577b13f74b2bc080 --- 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 5fbb8db1a9..c489e5ab66 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -530,7 +530,7 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/test/unit.rb#L530 @workers.each do |worker| worker.kill end - @worker.clear + @workers.clear end end -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/