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:
marcandre 2013-03-08 01:21:41 +00:00
parent 7afb2eaddd
commit 0003ac99cc
2 changed files with 1 additions and 38 deletions

View file

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