| 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 9fe3f157040e9d98f4f708154ada2d29c8172a86..560ca91f6132bf09b5a191cdc75740f1b4693dec 100644
|
| --- a/tests/standalone/io/http_client_test.dart
|
| +++ b/tests/standalone/io/http_client_test.dart
|
| @@ -57,8 +57,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() {
|
|
|