aboutsummaryrefslogtreecommitdiffstats
path: root/test/webrick
diff options
context:
space:
mode:
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