Chromium Code Reviews| Index: pkg/http/test/mock_client_test.dart |
| diff --git a/pkg/http/test/mock_client_test.dart b/pkg/http/test/mock_client_test.dart |
| index ac0eeeedced76df40197aea59e3ea04a947f843a..5c1cbf0e8f544ebb1b28729020414a23ae062208 100644 |
| --- a/pkg/http/test/mock_client_test.dart |
| +++ b/pkg/http/test/mock_client_test.dart |
| @@ -40,7 +40,7 @@ void main() { |
| controller.close(); |
| }); |
| - return new http.StreamedResponse(controller.stream, 200, -1); |
| + return new http.StreamedResponse(controller.stream, 200); |
| }); |
| }); |