aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 07:51:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 07:51:54 +0000
commit83e951d8c0ecc6a205d3ebac104026f65835a792 (patch)
treeefc6bd65c6335ab68404d9466949173bebb7a4f0 /test
parentcddd37aae2c23ce30ddaa4580d065e6d5c8c6406 (diff)
downloadruby-83e951d8c0ecc6a205d3ebac104026f65835a792.tar.gz
* test/dl/test_base.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/dl/test_base.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dl/test_base.rb b/test/dl/test_base.rb
index b7b5d995dd..b195719866 100644
--- a/test/dl/test_base.rb
+++ b/test/dl/test_base.rb
@@ -134,6 +134,7 @@ module DL
def teardown
if /linux/ =~ RUBY_PLATFORM
GC.start
+ end
end
end
end