summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-07 15:17:22 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-07 15:17:22 +0000
commit16846eb90cda0d82a26d9c724d29672ae309fc6d (patch)
tree2da4226349499d5c4140a5e238e142f15fd419e6 /ChangeLog
parent70e9201610cf83408f5e408571a48b7eab8cc5fa (diff)
* test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.
Windows can only treat a socket. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5712c75c69..636e990d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-Sat May 7 23:56:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+Sun May 8 00:13:05 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * test/io/wait/test_io_wait.rb: skip tests if the platform is
- mswin.
+ * test/io/wait/test_io_wait.rb: use Socket.pair instaed of pipe.
+ Windows can only treat a socket.
Sat May 7 22:43:48 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>