1
0
Fork 0
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:
mame 2010-05-09 18:23:32 +00:00
parent 80f7f8d07e
commit d49052b597

View file

@ -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