ruby-changes:34299
From: nobu <ko1@a...>
Date: Sun, 8 Jun 2014 10:03:02 +0900 (JST)
Subject: [ruby-changes:34299] nobu:r46380 (trunk): test_thread.rb: remove garbage
nobu 2014-06-08 10:02:49 +0900 (Sun, 08 Jun 2014) New Revision: 46380 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46380 Log: test_thread.rb: remove garbage * bootstraptest/test_thread.rb: remove a garbage line for debug. Modified files: trunk/bootstraptest/test_thread.rb Index: bootstraptest/test_thread.rb =================================================================== --- bootstraptest/test_thread.rb (revision 46379) +++ bootstraptest/test_thread.rb (revision 46380) @@ -458,7 +458,6 @@ assert_equal 'ok', %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_thread.rb#L458 assert_equal 'foo', %q{ i = 0 -th2 = nil Thread.start {sleep 1; exit!} f = proc {|s, c| /#{c.call; s}/o } th2 = Thread.new { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/