about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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