aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_tcp.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-01 07:27:26 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-01 07:27:26 +0000
commit1588a79069fdcd1dc6156e38ee54963fdc2b23a7 (patch)
tree291d80bd8a93d6e145bd9f990973f4a27aea1bc5 /test/socket/test_tcp.rb
parentec2beed3b2f4670c31d931613d4c9b297343feda (diff)
downloadruby-1588a79069fdcd1dc6156e38ee54963fdc2b23a7.tar.gz
* test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/socket/test_tcp.rb')
-rw-r--r--test/socket/test_tcp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_tcp.rb b/test/socket/test_tcp.rb
index 74fab3108a..ed6391f86e 100644
--- a/test/socket/test_tcp.rb
+++ b/test/socket/test_tcp.rb
@@ -7,7 +7,7 @@ end
class TestTCPSocket < Test::Unit::TestCase
def test_recvfrom # [ruby-dev:24705]
-assert false, "TODO: doesn't work on mswin32" if /mswin32/ =~ RUBY_PLATFORM
+assert false, "TODO: doesn't work on mswin32/64" if /mswin/ =~ RUBY_PLATFORM
c = s = nil
svr = TCPServer.new("localhost", 0)
th = Thread.new {