fix typo
* test/ruby/test_module.rb (test_method_redefinition): fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2b906bf226
commit
be2dc4434a
@ -990,7 +990,7 @@ class TestModule < Test::Unit::TestCase
|
||||
Module.new do
|
||||
define_method(:foo) do end
|
||||
alias bar foo
|
||||
alias barf oo
|
||||
alias bar foo
|
||||
end
|
||||
end
|
||||
assert_equal("", stderr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user