Remove unused variable

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-07-01 01:38:16 +00:00
parent fe398f87fe
commit 52f269e085

View File

@ -632,7 +632,6 @@ describe "Module#private_constant marked constants" do
end
it "has the defined class as the :name attribute" do
exception = nil
lambda do
ConstantVisibility::PrivConstClassChild::PRIVATE_CONSTANT_CLASS
end.should raise_error(NameError) {|e|