aboutsummaryrefslogtreecommitdiffstats
path: root/ext/nkf
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-09 13:34:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-09 13:34:43 +0000
commit4849f57d7ba0af0fd50e7d9c3bbc623c9e9cd063 (patch)
tree68f098ebc33eb078d5fe16c5efcb730501bd1697 /ext/nkf
parent7b791b208a18853a6a85b748edbd368ce9e96385 (diff)
downloadruby-4849f57d7ba0af0fd50e7d9c3bbc623c9e9cd063.tar.gz
* remove dump list
* remove CR git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/nkf')
-rw-r--r--ext/nkf/test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/nkf/test.rb b/ext/nkf/test.rb
index a82e7e3c26..9e37e46419 100644
--- a/ext/nkf/test.rb
+++ b/ext/nkf/test.rb
@@ -83,8 +83,8 @@ def test(opt, input, expects)
end
end
puts "Fail"
- puts result.unpack('H*').first
- puts expects.map{|x|x.unpack('H*').first}.join("\n")
+# puts result.unpack('H*').first
+# puts expects.map{|x|x.unpack('H*').first}.join("\n")
end