aboutsummaryrefslogtreecommitdiffstats
path: root/test/fiddle
diff options
context:
space:
mode:
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