aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-08 20:27:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-08 20:27:01 +0000
commitfa93be2f054cfb71fde486e8690edb7e702d85cb (patch)
tree4e6ca742ca40bacb5ad603020416497774f2088e /test/socket
parent0626d9b91c8e64dbbe90fd966ea95d2c80f9632e (diff)
downloadruby-fa93be2f054cfb71fde486e8690edb7e702d85cb.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/socket')
-rw-r--r--test/socket/test_udp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_udp.rb b/test/socket/test_udp.rb
index 82b5a5daa9..e75d2c7881 100644
--- a/test/socket/test_udp.rb
+++ b/test/socket/test_udp.rb
@@ -45,7 +45,7 @@ class TestSocket_UDPSocket < Test::Unit::TestCase
in_use.bind(host, port)
s = UDPSocket.new
-
+
e = assert_raises(Errno::EADDRINUSE) do
s.bind(host, port)
end