diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 09:09:07 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-20 09:09:07 +0000 |
| commit | fad2f904df89195a5fcb571fdd39b8fc65862184 (patch) | |
| tree | 2dc78f1c3dabfc776743b985f5ed647ca104d615 /test/ruby | |
| parent | 11a1daf6edda0cee62c43237a64552de718575b1 (diff) | |
| download | ruby-fad2f904df89195a5fcb571fdd39b8fc65862184.tar.gz ruby-fad2f904df89195a5fcb571fdd39b8fc65862184.tar.xz ruby-fad2f904df89195a5fcb571fdd39b8fc65862184.zip | |
disable debug print.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_m17n.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb index 105942d36..36fafc8a6 100644 --- a/test/ruby/test_m17n.rb +++ b/test/ruby/test_m17n.rb @@ -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 = $! |
