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: fix to require 'continuation'.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-08-25 20:54:50 +00:00
parent 1ba65ebfe9
commit cf16f0de0f
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
require 'test/unit'
require 'fiber'
require 'continuation'
class TestFiber < Test::Unit::TestCase
def test_normal