summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-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