From 81cb9aa574498cc03f4e34d9fe7f9a186ba38701 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Jan 2017 02:57:45 +0000 Subject: 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]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/ruby') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index 2e5f76d692..0d468ca334 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 -- cgit v1.2.3