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

* remove dump list

* remove CR


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2004-11-09 13:34:43 +00:00
parent 7b791b208a
commit 4849f57d7b

View file

@ -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