| Index: tests/standalone/io/http_basic_test.dart
|
| diff --git a/tests/standalone/io/http_basic_test.dart b/tests/standalone/io/http_basic_test.dart
|
| index 2621782d4f3ed64b48c3521f75d74d145a9a50de..6a6fe23d0714bb709bb17b6b041c566c43379ee2 100644
|
| --- a/tests/standalone/io/http_basic_test.dart
|
| +++ b/tests/standalone/io/http_basic_test.dart
|
| @@ -289,7 +289,7 @@ void testReasonPhrase() {
|
| HttpClient httpClient = new HttpClient();
|
| httpClient.get("127.0.0.1", port, "/reasonformoving")
|
| .then((request) {
|
| - // request.followRedirects = false;
|
| + request.followRedirects = false;
|
| return request.close();
|
| })
|
| .then((response) {
|
|
|