diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-03 08:07:49 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-03 08:07:49 +0000 |
| commit | 67460ee9460c722986ba8bb317650d61ba2e8791 (patch) | |
| tree | 9ab0c6977078b9ae824097613e1302c72260d09e | |
| parent | 324df61eea3e4c107e419ea3c685eaea4da7fd5e (diff) | |
* test/ruby/test_rubyoptions.rb
(TestRubyOptions::SEGVTest::ExpectedStderr): the URL was changed at
r42800.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | test/ruby/test_rubyoptions.rb | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Tue Sep 3 17:06:15 2013 NAKAMURA Usaku <usa@ruby-lang.org> + + * test/ruby/test_rubyoptions.rb + (TestRubyOptions::SEGVTest::ExpectedStderr): the URL was changed at + r42800. + Tue Sep 3 14:48:25 2013 Zachary Scott <e@zzak.io> * lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386] diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb index e2303d6a78..ccffa0dd93 100644 --- a/test/ruby/test_rubyoptions.rb +++ b/test/ruby/test_rubyoptions.rb @@ -527,7 +527,7 @@ class TestRubyOptions < Test::Unit::TestCase \[NOTE\]\n You\smay\shave\sencountered\sa\sbug\sin\sthe\sRuby\sinterpreter\sor\sextension\slibraries.\n Bug\sreports\sare\swelcome.\n - For\sdetails:\shttp:\/\/www.ruby-lang.org/bugreport.html\n + For\sdetails:\shttp:\/\/bugs\.ruby-lang\.org/\n \n (?:#{additional}) \z |
