| Index: tests/standalone/io/link_async_test.dart
|
| diff --git a/tests/standalone/io/link_async_test.dart b/tests/standalone/io/link_async_test.dart
|
| index bfcfd4aafa98921cac8d550463a0328b3b75e0e1..9968c66cfcc2c38bd9a473df91733d7014e7efb9 100644
|
| --- a/tests/standalone/io/link_async_test.dart
|
| +++ b/tests/standalone/io/link_async_test.dart
|
| @@ -104,7 +104,7 @@ Future testCreate() {
|
| .then((linkTarget) => FutureExpect.isTrue(FileSystemEntity.identical(
|
| target,
|
| linkTarget)))
|
| - .then((_) => new File(".").fullPath())
|
| + .then((_) => new File(".").resolveSymbolicLinks())
|
| .then((fullCurrentDir) => FutureExpect.isTrue(FileSystemEntity.identical(
|
| ".",
|
| fullCurrentDir)))
|
|
|