1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
* Only small fixes to specs from CRuby to review the diff more easily.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2018-06-27 11:37:31 +00:00
parent 80fdfbf809
commit fc1f3f14d3
3 changed files with 52 additions and 52 deletions

View file

@ -643,7 +643,9 @@ describe "Module#private_constant marked constants" do
lambda do
ConstantVisibility::PrivConstModuleChild::PRIVATE_CONSTANT_MODULE
end.should raise_error(NameError) {|e|
e.receiver.should == ConstantVisibility::PrivConstModule
ruby_bug "#14853", ""..."2.5.2" do
e.receiver.should == ConstantVisibility::PrivConstModule
end
e.name.should == :PRIVATE_CONSTANT_MODULE
}
end