From fb159b492f4c027d5068e17f0cd3360f31507878 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 13 Feb 2019 04:49:36 +0000 Subject: fix test for r67061 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rubyoptions.rb | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index d913e8b918..4ae466b9a2 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -703,19 +703,6 @@ class TestRubyOptions < Test::Unit::TestCase )? )x, :*, - %r( - \[NOTE\]\n - You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n - Bug\sreports\sare\swelcome.\n - (?:.*\n)? - For\sdetails:\shttps:\/\/.*\.ruby-lang\.org/.*\n - \n - (?: - \[IMPORTANT\]\n - (?:.+\n)+ - \n - )? - )x, ] ExpectedStderrList << additional if additional end -- cgit v1.2.3