Skip to content

Commit 09755b4

Browse files
nobutmm1
authored andcommitted
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
1 parent e1fdca2 commit 09755b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ruby/test_alias.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_super_in_aliased_module_method # fails in 1.8
121121
assert_equal([:Base, :M], SuperInAliasedModuleMethod::Derived.new.bar)
122122
end
123123

124-
def test_alias
124+
def test_alias_wb_miss
125125
assert_normal_exit %q{
126126
require 'stringio'
127127
GC.verify_internal_consistency

0 commit comments

Comments
 (0)