зеркало из https://github.com/github/ruby.git
test/unit.rb: show warning locations
* test/lib/test/unit.rb (ExcludedMethods.load): supply the path to show the warning locations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ba001b4160
Коммит
316bb88f5a
|
@ -887,7 +887,7 @@ module Test
|
|||
nil
|
||||
else
|
||||
instance ||= new({})
|
||||
instance.instance_eval(src)
|
||||
instance.instance_eval(src, path)
|
||||
end
|
||||
end
|
||||
instance
|
||||
|
|
Загрузка…
Ссылка в новой задаче