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

disable debug print.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-12-20 09:09:07 +00:00
parent 36354bf53c
commit c9923aeb69

View file

@ -1615,7 +1615,7 @@ class TestM17N < Test::Unit::TestCase
combination(STRINGS, STRINGS, STRINGS) {|s1, s2, s3|
begin
puts "#{encdump s1}.tr(#{encdump s2}, #{encdump s3})"
#puts "#{encdump s1}.tr(#{encdump s2}, #{encdump s3})"
t = s1.tr(s2, s3)
rescue ArgumentError
e = $!