| Index: tests/standalone/io/http_client_test.dart
|
| diff --git a/tests/standalone/io/http_client_test.dart b/tests/standalone/io/http_client_test.dart
|
| index 55ec6170e86816b27ecfacc121b88e110a9a2088..6c3c54976d9cae128f298be66c14f65dc32ea6a8 100644
|
| --- a/tests/standalone/io/http_client_test.dart
|
| +++ b/tests/standalone/io/http_client_test.dart
|
| @@ -63,8 +63,6 @@ void testInvalidUrl() {
|
| HttpClient client = new HttpClient();
|
| Expect.throws(
|
| () => client.getUrl(new Uri.fromString('ftp://www.google.com')));
|
| - Expect.throws(
|
| - () => client.getUrl(new Uri.fromString('http://usr:pwd@www.google.com')));
|
| }
|
|
|
| void testBadHostName() {
|
|
|