aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-11 04:22:34 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-11 04:22:34 +0000
commit5543a55b5261bf1c72b9bc356c2f84b14e4e6231 (patch)
treec7a972e1ee2ac36e44a5c419a43146d2729bf2da /test/webrick
parentaf59443ab6d5c06648e47d5ff58eedd28239339a (diff)
downloadruby-5543a55b5261bf1c72b9bc356c2f84b14e4e6231.tar.gz
* test: get rid of warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/webrick')
-rw-r--r--test/webrick/test_httprequest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/webrick/test_httprequest.rb b/test/webrick/test_httprequest.rb
index 0ce6b4f40f..3a7e67579f 100644
--- a/test/webrick/test_httprequest.rb
+++ b/test/webrick/test_httprequest.rb
@@ -349,7 +349,7 @@ GET /
l = msg.size
req.continue
assert_not_equal l, msg.size
- assert_match /HTTP\/1.1 100 continue\r\n\r\n\z/, msg
+ assert_match(/HTTP\/1.1 100 continue\r\n\r\n\z/, msg)
assert !req['expect']
end