| Index: tests/corelib/uri_file_test.dart
|
| diff --git a/tests/corelib/uri_file_test.dart b/tests/corelib/uri_file_test.dart
|
| index d0e30a7379d52537a4df2f72d7924dd60f9cf093..194fd9db521b1df7cca207818fd9403cdf51a802 100644
|
| --- a/tests/corelib/uri_file_test.dart
|
| +++ b/tests/corelib/uri_file_test.dart
|
| @@ -258,7 +258,7 @@ testAdditionalComponents() {
|
| check("file:///path#fragment");
|
| check("file:///path?query#fragment");
|
| check("file://host/path", windowsOk: true);
|
| - check("file://user@password:host/path");
|
| + check("file://user:password@host/path", windowsOk: true);
|
| }
|
|
|
| main() {
|
|
|