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

merge revision(s) 44373: [Backport #9417]

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/branches/ruby_2_1@44788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-02-01 08:35:30 +00:00
parent d985425d28
commit 484a6ffb78
2 changed files with 2 additions and 2 deletions

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