diff options
Diffstat (limited to 'spec/ruby/core/module/fixtures/autoload_raise.rb')
| -rw-r--r-- | spec/ruby/core/module/fixtures/autoload_raise.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/core/module/fixtures/autoload_raise.rb b/spec/ruby/core/module/fixtures/autoload_raise.rb new file mode 100644 index 0000000000..f6051e3ba2 --- /dev/null +++ b/spec/ruby/core/module/fixtures/autoload_raise.rb @@ -0,0 +1,2 @@ +ScratchPad << :raise +raise "exception during autoload" |
