mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
IPv6 test removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
59556a0849
commit
12b443d02f
1 changed files with 0 additions and 3 deletions
|
@ -11,9 +11,6 @@ class TestUDPSocket < Test::Unit::TestCase
|
|||
assert_nothing_raised { UDPSocket.open(Socket::AF_INET) {} }
|
||||
assert_nothing_raised { UDPSocket.open("AF_INET") {} }
|
||||
assert_nothing_raised { UDPSocket.open(:AF_INET) {} }
|
||||
if defined? Socket::AF_INET6
|
||||
assert_nothing_raised { UDPSocket.open(Socket::AF_INET6) {} }
|
||||
end
|
||||
end
|
||||
|
||||
def test_connect
|
||||
|
|
Loading…
Reference in a new issue