Skip to content

Commit

Permalink
* test/ruby/test_thread.rb: fixed typo
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ayumin committed Feb 16, 2013
1 parent b4add2a commit 1061371
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Feb 16 20:05:26 2013 Ayumu AIZAWA <[email protected]>

* test/ruby/test_thread.rb: fixed typo
patched by Hiroki Matsue via https://github.com/ruby/ruby/pull/248

Sat Feb 16 16:08:35 2013 Koichi Sasada <[email protected]>

* vm.c (rb_thread_mark): mark a working Proc of bmethod
Expand Down
4 changes: 2 additions & 2 deletions test/ruby/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@ def test_handle_interrupted?
q.push :ng1
end
begin
Thread.handle_interrupthandle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
rescue => e
Thread.handle_interrupt(Object => :immediate){} if Thread.pending_interrupt?
rescue RuntimeError => e
q.push :ok
end
rescue => e
Expand Down

0 comments on commit 1061371

Please sign in to comment.