| Index: tests/standalone/io/file_system_uri_test.dart
|
| diff --git a/tests/standalone/io/file_system_uri_test.dart b/tests/standalone/io/file_system_uri_test.dart
|
| index 7ffb2bb5c31b981f9dffc5d678d76e1d4ee69300..68e8adde785980eba0b6a418dc6144123600ffe2 100644
|
| --- a/tests/standalone/io/file_system_uri_test.dart
|
| +++ b/tests/standalone/io/file_system_uri_test.dart
|
| @@ -34,7 +34,7 @@ void main() {
|
| testFile("/foo/bar");
|
| testFile("/foo/bar/");
|
|
|
| - testDirectory("", "/");
|
| + testDirectory("");
|
| testDirectory("/");
|
| testDirectory("foo/bar", "foo/bar/");
|
| testDirectory("/foo/bar", "/foo/bar/");
|
|
|