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:
parent
d03771d85a
commit
8197abf9aa
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue