diff options
Diffstat (limited to 'test/socket/test_basicsocket.rb')
-rw-r--r-- | test/socket/test_basicsocket.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/socket/test_basicsocket.rb b/test/socket/test_basicsocket.rb index c8e9b23f83..7b1c9b4a06 100644 --- a/test/socket/test_basicsocket.rb +++ b/test/socket/test_basicsocket.rb @@ -159,8 +159,6 @@ class TestSocket_BasicSocket < Test::Unit::TestCase set_nb = true buf = String.new if ssock.respond_to?(:nonblock?) - assert_not_predicate(ssock, :nonblock?) - assert_not_predicate(csock, :nonblock?) csock.nonblock = ssock.nonblock = false # Linux may use MSG_DONTWAIT to avoid setting O_NONBLOCK |