* test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-07-17 14:46:15 +00:00
parent d80a9afb18
commit 0af4a490b4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jul 17 23:45:55 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile.
Thu Jul 17 21:08:49 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_process.rb (test_getpriority, test_setpriority): use

View File

@ -24,7 +24,7 @@ class TestRdocC_Parser < Test::Unit::TestCase
end
def teardown
@tempfile.unlink
@tempfile.close
end
def test_do_classes_boot_class