1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/win32ole/test_win32ole.rb: follow other test files.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2012-11-06 05:43:47 +00:00
parent f2fc82fc2a
commit bba3ceafa5

View file

@ -1,4 +1,4 @@
#
# coding: us-ascii
begin
require 'win32ole'
@ -379,7 +379,7 @@ if defined?(WIN32OLE)
open(fname, "r:ascii-8bit") {|ifs|
str = ifs.read
}
assert_equal("\244\242".b, str)
assert_equal("\244\242", str)
end
ensure