1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test_alias.rb: rename duplicate name

* test/ruby/test_alias.rb (test_alias_wb_miss): rename duplicate
  name to get rid of redefinition.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-24 03:43:19 +00:00
parent def62c3267
commit f7979abc84

View file

@ -121,7 +121,7 @@ class TestAlias < Test::Unit::TestCase
assert_equal([:Base, :M], SuperInAliasedModuleMethod::Derived.new.bar)
end
def test_alias
def test_alias_wb_miss
assert_normal_exit %q{
require 'stringio'
GC.verify_internal_consistency