mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
change class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f2d84ac87b
commit
562d6e8cd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue