mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_fiber.rb: add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
80f7f8d07e
commit
d49052b597
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ class TestFiber < Test::Unit::TestCase
|
|||
f1 = Fiber.new{ f2.resume }
|
||||
f2 = Fiber.new{ f1.resume }
|
||||
f1.transfer
|
||||
}
|
||||
}, '[ruby-dev:40833]'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue