| Index: tests/corelib/uri_normalize_path_test.dart
|
| diff --git a/tests/corelib/uri_normalize_path_test.dart b/tests/corelib/uri_normalize_path_test.dart
|
| index 03c818fe8812af291c1b6e75c42f46b7a3426cb7..f485cbec09ba799b916e8ffa6d47710ccfefdb27 100644
|
| --- a/tests/corelib/uri_normalize_path_test.dart
|
| +++ b/tests/corelib/uri_normalize_path_test.dart
|
| @@ -45,7 +45,7 @@ main() {
|
| test("./../foo", "foo");
|
| test("./../", "");
|
| test("./../.", "");
|
| - test("foo/bar/baz/../../../../qux", "qux");
|
| + test("foo/bar/baz/../../../../qux", "/qux");
|
| test("/foo/bar/baz/../../../../qux", "/qux");
|
| test(".", "");
|
| test("..", "");
|
|
|