about summary refs log tree commit homepage
path: root/test/unit/test_http_parser.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-13 08:05:51 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-13 08:05:51 +0000
commit3c8f21a4257578e9cdc4781dd21a6a572e25ca54 (patch)
tree78c4ba49cddb12459f71a84aad72e706ff419ddd /test/unit/test_http_parser.rb
parent1355d262288352c2ced67cefc2301cee79bec0dd (diff)
downloadunicorn-3c8f21a4257578e9cdc4781dd21a6a572e25ca54.tar.gz
Diffstat (limited to 'test/unit/test_http_parser.rb')
-rw-r--r--test/unit/test_http_parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/test_http_parser.rb b/test/unit/test_http_parser.rb
index 7e2b024..dc1aab7 100644
--- a/test/unit/test_http_parser.rb
+++ b/test/unit/test_http_parser.rb
@@ -302,7 +302,6 @@ class HttpParserTest < Test::Unit::TestCase
              "Host: hello\r\n" \
              "\r\n"
     parser.buf << header
-    req = parser.env
     assert_raises(HttpParserError) { parser.parse }
   end