mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
d80a9afb18
commit
0af4a490b4
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
Thu Jul 17 21:08:49 2008 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* test/ruby/test_process.rb (test_getpriority, test_setpriority): use
|
* test/ruby/test_process.rb (test_getpriority, test_setpriority): use
|
||||||
|
|
|
@ -24,7 +24,7 @@ class TestRdocC_Parser < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
def teardown
|
def teardown
|
||||||
@tempfile.unlink
|
@tempfile.close
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_do_classes_boot_class
|
def test_do_classes_boot_class
|
||||||
|
|
Loading…
Reference in a new issue