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

Fix r66791

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
parent d03771d85a
commit 8197abf9aa

View file

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