| Index: tests/standalone/io/resolve_symbolic_links_test.dart
|
| diff --git a/tests/standalone/io/resolve_symbolic_links_test.dart b/tests/standalone/io/resolve_symbolic_links_test.dart
|
| index c7d66ed823e6c4666f20ce6d0f1ede5c407c9001..485f84e8465dafe26ac52adace37ad903f6e4724 100644
|
| --- a/tests/standalone/io/resolve_symbolic_links_test.dart
|
| +++ b/tests/standalone/io/resolve_symbolic_links_test.dart
|
| @@ -80,7 +80,6 @@ main() {
|
| testFile('../dir2/file2'),
|
| testDir('.'),
|
| testDir('..'),
|
| - testDir('link1/.'),
|
| testLink('../../link1')]);
|
| }
|
| })
|
|
|