Skip to content

Commit

Permalink
test_thread.rb: remove garbage
Browse files Browse the repository at this point in the history
* bootstraptest/test_thread.rb: remove a garbage line for debug.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jun 8, 2014
1 parent 85521e6 commit 75cbab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstraptest/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ def m

assert_equal 'foo', %q{
i = 0
th2 = nil
Thread.start {sleep 1; exit!}
f = proc {|s, c| /#{c.call; s}/o }
th2 = Thread.new {
Expand Down

0 comments on commit 75cbab3

Please sign in to comment.