diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-28 16:52:56 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-28 16:52:56 +0000 |
commit | 9dff14c737a8213fbc80865b284675d3cdd6024d (patch) | |
tree | ab29f8f523f6f284891846a1a25fd33ea964341a /test | |
parent | d54e37e6577b59b29e9734704c0e6d7d7db46628 (diff) | |
download | ruby-9dff14c737a8213fbc80865b284675d3cdd6024d.tar.gz ruby-9dff14c737a8213fbc80865b284675d3cdd6024d.tar.xz ruby-9dff14c737a8213fbc80865b284675d3cdd6024d.zip |
* test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r-- | test/rdoc/test_rdoc_info_formatting.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_info_formatting.rb b/test/rdoc/test_rdoc_info_formatting.rb index b18cdf293..c0a960098 100644 --- a/test/rdoc/test_rdoc_info_formatting.rb +++ b/test/rdoc/test_rdoc_info_formatting.rb @@ -19,7 +19,7 @@ class TestRDocInfoFormatting < Test::Unit::TestCase end def teardown - # FileUtils.rm_rf @output_dir + FileUtils.rm_rf @output_dir end # Make sure tags like *this* do not make HTML |