mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_thread.rb: remove garbage
* 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
This commit is contained in:
parent
85521e60ee
commit
75cbab3bb8
1 changed files with 0 additions and 1 deletions
|
@ -458,7 +458,6 @@ assert_equal 'ok', %q{
|
|||
|
||||
assert_equal 'foo', %q{
|
||||
i = 0
|
||||
th2 = nil
|
||||
Thread.start {sleep 1; exit!}
|
||||
f = proc {|s, c| /#{c.call; s}/o }
|
||||
th2 = Thread.new {
|
||||
|
|
Loading…
Reference in a new issue