From ca8a3445ddb04798dc3e2e78028aa3cd9baa5e9e Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 10 Sep 2008 11:57:56 +0000 Subject: test modified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io_m17n.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_io_m17n.rb b/test/ruby/test_io_m17n.rb index 9ae1c6d0f..85401d6aa 100644 --- a/test/ruby/test_io_m17n.rb +++ b/test/ruby/test_io_m17n.rb @@ -854,7 +854,6 @@ EOT def test_read_stateful with_pipe("euc-jp:iso-2022-jp") {|r, w| - r.binmode w << "\xA4\xA2" w.close assert_equal("\e$B$\"\e(B".force_encoding("iso-2022-jp"), r.read) -- cgit