[前][次][番号順一覧][スレッド一覧]

ruby-changes:35605

From: akr <ko1@a...>
Date: Tue, 23 Sep 2014 08:29:28 +0900 (JST)
Subject: [ruby-changes:35605] akr:r47687 (trunk): Fix a typo.

akr	2014-09-23 08:29:15 +0900 (Tue, 23 Sep 2014)

  New Revision: 47687

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47687

  Log:
    Fix a typo.

  Modified files:
    trunk/test/ruby/test_thread.rb
Index: test/ruby/test_thread.rb
===================================================================
--- test/ruby/test_thread.rb	(revision 47686)
+++ test/ruby/test_thread.rb	(revision 47687)
@@ -824,7 +824,7 @@ Thread.new(Thread.current) {|mth| https://github.com/ruby/ruby/blob/trunk/test/ruby/test_thread.rb#L824
   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}"

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]