summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/leakchecker.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lib/leakchecker.rb b/test/lib/leakchecker.rb
index 87bc3711c2..aa7e2c54a4 100644
--- a/test/lib/leakchecker.rb
+++ b/test/lib/leakchecker.rb
@@ -157,4 +157,8 @@ class LeakChecker
@thread_info = live2
return leaked
end
+
+ def puts(*a)
+ MiniTest::Unit.output.puts(*a)
+ end
end