| Index: tests/standalone/io/platform_test.dart
|
| diff --git a/tests/standalone/io/platform_test.dart b/tests/standalone/io/platform_test.dart
|
| index 00cdee9de21fffb991976cfb1b23580ee8c24922..f07475061da1081074421882db52acabbd972dcf 100644
|
| --- a/tests/standalone/io/platform_test.dart
|
| +++ b/tests/standalone/io/platform_test.dart
|
| @@ -38,7 +38,7 @@ test() {
|
| // running off a location referred to by a drive letter. If a UNC
|
| // location is used or long names ("\\?\" prefix) is used this
|
| // needs to be fixed.
|
| - Expect.equals(Platform.executable.substring(1, 3), ':\\');
|
| + Expect.equals(Platform.resolvedExecutable.substring(1, 3), ':\\');
|
| }
|
| // Move directory to be sure script is correct.
|
| var oldDir = Directory.current;
|
|
|