git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2019-01-11 08:44:41 +00:00
Родитель d03771d85a
Коммит 8197abf9aa
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,6 @@ ruby_version_is ""..."2.8" do
it "remains the same object if re-vivified by the target method" do
warning = ruby_version_is("2.7") {/tried to create Proc object without a block/}
warning ||= ''
p = Proc.new {}
p2 = nil