mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58145e6d93
commit
6010ca65fa
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ if __FILE__ == $0
|
|||
when 'itest1', 'itest2'
|
||||
front = Foo.new(cmd)
|
||||
manager = DRb::DRbServer.new(nil, front)
|
||||
es = DRb::ExtService.new(ARGV.shift, ARGV.shift, manager)
|
||||
es = DRb::ExtServ.new(ARGV.shift, ARGV.shift, manager)
|
||||
es.server.thread.join
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue