diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-11 07:51:54 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-11 07:51:54 +0000 |
commit | 83e951d8c0ecc6a205d3ebac104026f65835a792 (patch) | |
tree | efc6bd65c6335ab68404d9466949173bebb7a4f0 | |
parent | cddd37aae2c23ce30ddaa4580d065e6d5c8c6406 (diff) |
* test/dl/test_base.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | test/dl/test_base.rb | 1 |
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 |