summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 11:58:11 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 11:58:11 +0000
commitea2a8c42ec22662868984d126f9634037a0e1648 (patch)
treecdf6dbf3e8f948340863e4d2c9e520e4233d1328 /bootstraptest
parenta822dd564c2103e062dddbc1135fb80eed26299c (diff)
* encoding.c (enc_find): check type of argument and convert to String
if it is StringValue. [ruby-cvs:22866] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 094c27037..c438231f2 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -57,7 +57,3 @@ assert_normal_exit %q{
assert_normal_exit %q{
"".center(1, "\x80".force_encoding("utf-8"))
}, '[ruby-dev:33807]'
-
-assert_normal_exit %q{
- Encoding.find(nil)
-}