| Index: tests/standalone/io/http_parser_test.dart
|
| diff --git a/tests/standalone/io/http_parser_test.dart b/tests/standalone/io/http_parser_test.dart
|
| index 456ffc2f44aed9b6d1300e55fc1dd6021aa6ae3d..948932405b83dffeaeae3f2d4333ad2e4bd62451 100644
|
| --- a/tests/standalone/io/http_parser_test.dart
|
| +++ b/tests/standalone/io/http_parser_test.dart
|
| @@ -18,7 +18,7 @@ class HttpParserTest {
|
| static void _testParseRequest(String request,
|
| String expectedMethod,
|
| String expectedUri,
|
| - {int expectedContentLength: -1,
|
| + {int expectedContentLength: 0,
|
| int expectedBytesReceived: 0,
|
| Map expectedHeaders: null,
|
| bool chunked: false,
|
|
|