diff options
Diffstat (limited to 'spec/ruby/core/exception/fixtures/common.rb')
| -rw-r--r-- | spec/ruby/core/exception/fixtures/common.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/core/exception/fixtures/common.rb b/spec/ruby/core/exception/fixtures/common.rb index 1e243098bd..3d8a3c3430 100644 --- a/spec/ruby/core/exception/fixtures/common.rb +++ b/spec/ruby/core/exception/fixtures/common.rb @@ -84,6 +84,9 @@ module NoMethodErrorSpecs class InstanceException < Exception end + + class AClass; end + module AModule; end end class NameErrorSpecs |
