From 13b74c9cc671be495b438fdb41e2c7a8b075c190 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Sep 2014 23:29:15 +0000 Subject: Fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_thread.rb') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index ffaad96413..65636d9855 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -824,7 +824,7 @@ Thread.new(Thread.current) {|mth| begin q.push nil mth.run - Thead.pass until mth.stop? + Thread.pass until mth.stop? p :mth_stopped # don't run if killed by rb_thread_terminate_all ensure puts "#{mth.alive?} #{mth.status} #{Thread.current.status}" -- cgit v1.2.3