aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-01 20:55:08 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-01 20:55:08 +0900
commit71952440adcbdd1ff51aea519bc14e8965b84ebf (patch)
tree3451f614ea1be1fb2db099d27303acf314d1424b /test/reline
parent474af9ee9a4804d052e1e40503e1b6491d00a969 (diff)
downloadruby-71952440adcbdd1ff51aea519bc14e8965b84ebf.tar.gz
Silence a (probable) debug print
Diffstat (limited to 'test/reline')
-rw-r--r--test/reline/helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/reline/helper.rb b/test/reline/helper.rb
index 249f40350c..227fc0689a 100644
--- a/test/reline/helper.rb
+++ b/test/reline/helper.rb
@@ -10,7 +10,9 @@ RELINE_TEST_ENCODING ||=
end
class Reline::TestCase < Test::Unit::TestCase
+=begin
puts "Test encoding is #{RELINE_TEST_ENCODING}"
+=end
private def convert_str(input, options = {}, normalized = nil)
return nil if input.nil?