diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-11 17:07:53 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-11 17:07:53 +0000 |
| commit | 1fc88012eb3862e36fc8c0754ea9f23ba9c17135 (patch) | |
| tree | 8fa0d0ade2eff17abd8ce14a5fc3f682133edebe /test/ruby/test_rubyoptions.rb | |
| parent | 9ba7e9d4849e5df78a097aa341d76d0c0344223c (diff) | |
merge revision(s) 57317,57318:
error.c: moved
* error.c (preface_dump, postscript_dump): moved from
rb_vm_bugreport to place the last important message at the very
last after [NOTE].
error.c: moved
* error.c (preface_dump, postscript_dump): CrashReporter directory
was used before Mac OS X 10.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 2e5f76d692..5296768be8 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -587,6 +587,11 @@ class TestRubyOptions < Test::Unit::TestCase (?:.*\n)? For\sdetails:\shttp:\/\/.*\.ruby-lang\.org/.*\n \n + (?: + \[IMPORTANT\]\n + (?:.+\n)+ + \n + )? )x, ] ExpectedStderrList << additional if additional |
