mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
Remove very obsolete test code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7afb2eaddd
commit
0003ac99cc
2 changed files with 1 additions and 38 deletions
|
@ -131,11 +131,7 @@ module DRbCore
|
|||
|
||||
obj = @there.unknown_module
|
||||
assert_kind_of(DRb::DRbUnknown, obj)
|
||||
if RUBY_VERSION >= '1.8'
|
||||
assert_equal('DRbEx::', obj.name)
|
||||
else
|
||||
assert_equal('DRbEx', obj.name)
|
||||
end
|
||||
assert_equal('DRbEx::', obj.name)
|
||||
|
||||
assert_raise(DRb::DRbUnknownError) do
|
||||
@there.unknown_error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue