diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-23 07:59:56 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-23 07:59:56 +0000 |
| commit | 8b4025b1c2c8c92cb176e3924189fe90b8a954ef (patch) | |
| tree | f0890a0fcfdcf3c4a3d8127c803518dae3d7c63a /test/ruby | |
| parent | 31aca51b6ea8e92d7c7756875df0873c1cd9fa88 (diff) | |
| download | ruby-8b4025b1c2c8c92cb176e3924189fe90b8a954ef.tar.gz ruby-8b4025b1c2c8c92cb176e3924189fe90b8a954ef.tar.xz ruby-8b4025b1c2c8c92cb176e3924189fe90b8a954ef.zip | |
change class name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_utf16.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_utf16.rb b/test/ruby/test_utf16.rb index 807f8afa6..bb4443284 100644 --- a/test/ruby/test_utf16.rb +++ b/test/ruby/test_utf16.rb @@ -1,6 +1,6 @@ require 'test/unit' -class TestM17N < Test::Unit::TestCase +class TestUTF16 < Test::Unit::TestCase def encdump(str) d = str.dump if /\.force_encoding\("[A-Za-z0-9.:_+-]*"\)\z/ =~ d |
