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

* vm_insnhelper.c (vm_get_ev_const): search root cref properly.

[ruby-dev:43365]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2011-03-31 07:52:40 +00:00
parent 3044423f94
commit 4273aa8e72
4 changed files with 52 additions and 19 deletions

View file

@ -137,7 +137,7 @@ assert_equal %q{C}, %q{
}
C.new.m
}
assert_equal %q{C}, %q{
assert_equal %q{top}, %q{
Const = :top
class C
Const = :C