1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/dl/test_base.rb: typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2013-04-11 07:51:54 +00:00
parent cddd37aae2
commit 83e951d8c0

View file

@ -134,6 +134,7 @@ module DL
def teardown
if /linux/ =~ RUBY_PLATFORM
GC.start
end
end
end
end