diff options
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 771d7cdfff..7e115bfba3 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -343,6 +343,8 @@ class TestRubyOptions < Test::Unit::TestCase You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n Bug\sreports\sare\swelcome.\n For\sdetails:\shttp:\/\/www.ruby-lang.org/bugreport.html\n\n\z - )x) + )x, + nil, + :rlimit_core=>0) end end |
