mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/win32ole/test_win32ole_event.rb (teardown): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94ed51b281
commit
598fdcb730
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 14 20:35:21 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* test/win32ole/test_win32ole_event.rb (teardown): fix typo.
|
||||
|
||||
Mon Jul 14 18:47:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* transcode.c (transcode_loop): constified.
|
||||
|
|
|
@ -254,9 +254,9 @@ if defined?(WIN32OLE_EVENT)
|
|||
sleep 0.1
|
||||
begin
|
||||
File.unlink(@f)
|
||||
rescue Error::EACCESS
|
||||
rescue Errno::EACCES
|
||||
WIN32OLE_EVENT.message_loop
|
||||
sleep 0.2
|
||||
sleep 0.1
|
||||
File.unlink(@f)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue