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

* test/ruby: get rid of warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-03-04 13:55:24 +00:00
parent de1f3c92e7
commit 0562c4f76d
7 changed files with 17 additions and 18 deletions

View file

@ -203,7 +203,7 @@ class TestDefined < Test::Unit::TestCase
o = c.new
o.extend(m)
assert_equal("super", o.x)
assert_equal("super", o.x, bug8367)
end
def test_super_toplevel