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:
parent
f2fc82fc2a
commit
bba3ceafa5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue