* 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:
nobu 2012-03-16 08:38:27 +00:00
parent 2b906bf226
commit be2dc4434a

View File

@ -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)