From a8d47615da58b73423cf638f57b694d6ab463b9b Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 14 Feb 2007 16:53:00 +0000 Subject: * test/fileutils/test_fileutils.rb (check_singleton): fix to use symbole instead of string. * test/io/nonblock/test_flush.rb: enable tests. * test/xmlrpc/test_webrick_server.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/io/nonblock/test_flush.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/io') diff --git a/test/io/nonblock/test_flush.rb b/test/io/nonblock/test_flush.rb index 77c985b8ad..40dbe94b3a 100644 --- a/test/io/nonblock/test_flush.rb +++ b/test/io/nonblock/test_flush.rb @@ -6,7 +6,6 @@ end class TestIONonblock < Test::Unit::TestCase def test_flush # [ruby-dev:24985] - flunk "YARV doesn't support io/nonblock" r,w = IO.pipe w.nonblock = true w.sync = false -- cgit v1.2.3