summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 09:29:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-28 09:29:05 +0000
commitde3538b05165a24c96d56e361409637afc754d05 (patch)
treebd00edc426b2f027bef999fde26fb44ab3f86784 /test/ruby
parent3c6969ec114d544d4e84c242171c30c346ccf23a (diff)
* test/ruby/test_m17n.rb (test_str_String): update test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb
index 3423a1d58a..24b4dd2abb 100644
--- a/test/ruby/test_m17n.rb
+++ b/test/ruby/test_m17n.rb
@@ -653,7 +653,7 @@ class TestM17N < Test::Unit::TestCase
def test_str_String
s = String(10)
- assert_equal(Encoding::ASCII_8BIT, s.encoding)
+ assert_equal(Encoding::US_ASCII, s.encoding)
end
def test_sprintf_c