1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo since 688f2e1a89

This commit is contained in:
Nobuyoshi Nakada 2021-10-05 18:18:29 +09:00
parent cd182c5ee1
commit 7c98e673d7
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -530,7 +530,7 @@ module Test
@workers.each do |worker|
worker.kill
end
@worker.clear
@workers.clear
end
end