mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
revert previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7212ba643
commit
43f77aaf1a
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ class TestM17NComb < Test::Unit::TestCase
|
|||
(s1.ascii_only? && s2.ascii_only? or
|
||||
s1.encoding == s2.encoding) then
|
||||
assert(s1 == s2, desc_eq)
|
||||
assert(s1.eql?(s2), desc_eq)
|
||||
assert(!(s1 != s2))
|
||||
assert_equal(0, s1 <=> s2)
|
||||
assert(s1.eql?(s2), desc_eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue