summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-13 04:49:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-02-13 04:49:36 +0000
commitfb159b492f4c027d5068e17f0cd3360f31507878 (patch)
treeba47b345f2ada80b96bc2eab7ac76274eb61b8bc /test
parenta8c0f27276c16d4774f611ce2b1c793b92dcdc89 (diff)
fix test for r67061
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_rubyoptions.rb13
1 files changed, 0 insertions, 13 deletions
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