Index: tests/standalone/io/link_test.dart |
diff --git a/tests/standalone/io/link_test.dart b/tests/standalone/io/link_test.dart |
index ff9f70f7493c4e705cb57428ec87a43b3f03766e..279c0c81103537dd6a9120b801e865ff52da7f60 100644 |
--- a/tests/standalone/io/link_test.dart |
+++ b/tests/standalone/io/link_test.dart |
@@ -73,7 +73,7 @@ testCreateSync() { |
Expect.isTrue(FileSystemEntity.identicalSync(target, target)); |
Expect.isTrue(FileSystemEntity.identicalSync(target, |
new Link(link).targetSync())); |
- String absolutePath = new File(".").fullPathSync(); |
+ String absolutePath = new File(".").resolveSymbolicLinksSync(); |
Expect.isTrue(FileSystemEntity.identicalSync(".", absolutePath)); |
String createdFile = join(base, 'target', 'createdFile'); |