mirror of
https://github.com/ruby/ruby.git
synced 2025-09-24 04:54:01 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue