From 4da80c7d6bca4de837637f03bd366a55999c36d7 Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 25 Aug 2008 13:32:59 +0000 Subject: * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_io.rb') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index f2a9a666ff..de1a1526eb 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -637,7 +637,7 @@ class TestIO < Test::Unit::TestCase end pipe2 do |r, w| - assert_raise(Errno::EMFILE, Errno::ENFILE, Errno::NOMEM) do + assert_raise(Errno::EMFILE, Errno::ENFILE, Errno::ENOMEM) do r2, w2 = r.dup, w.dup end end -- cgit v1.2.3