Skip to content

Commit

Permalink
* test/win32ole/test_win32ole_event.rb (teardown): fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
suketa committed Jul 14, 2008
1 parent 94ed51b commit 598fdcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions test/win32ole/test_win32ole_event.rb
Expand Up @@ -254,9 +254,9 @@ def teardown
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

Expand Down

0 comments on commit 598fdcb

Please sign in to comment.