| Index: tests/standalone/io/link_test.dart
|
| diff --git a/tests/standalone/io/link_test.dart b/tests/standalone/io/link_test.dart
|
| index afcffb84eaccaf829003a56d1d7eb167ef4b608a..95247a07a589f5837681de614046758b1b5118d5 100644
|
| --- a/tests/standalone/io/link_test.dart
|
| +++ b/tests/standalone/io/link_test.dart
|
| @@ -28,6 +28,7 @@ testCreateSync() {
|
| Expect.isTrue(new Directory(target).existsSync());
|
| Expect.isTrue(new Link(link).existsSync());
|
| Expect.isFalse(new Link(target).existsSync());
|
| + Expect.equals(target, new Link(link).targetSync());
|
|
|
| String createdThroughLink =
|
| base.append('link/createdThroughLink').toNativePath();
|
|
|