summaryrefslogtreecommitdiff
path: root/test/fiddle
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 07:53:26 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-11 07:53:26 +0000
commit3ae53e494322acba3804cd22d2209f0315be26f7 (patch)
treecae02b0b91420631c35fb24546665f68367f0ab2 /test/fiddle
parent83e951d8c0ecc6a205d3ebac104026f65835a792 (diff)
Fix if-end
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/fiddle')
-rw-r--r--test/fiddle/helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fiddle/helper.rb b/test/fiddle/helper.rb
index 2db252870d..303bec05b6 100644
--- a/test/fiddle/helper.rb
+++ b/test/fiddle/helper.rb
@@ -113,6 +113,7 @@ module Fiddle
def teardown
if /linux/ =~ RUBY_PLATFORM
GC.start
+ end
end
end
end