We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05c8c6 commit f9e8852Copy full SHA for f9e8852
tests/standalone/io/platform_test.dart
@@ -38,7 +38,7 @@ test() {
38
// running off a location referred to by a drive letter. If a UNC
39
// location is used or long names ("\\?\" prefix) is used this
40
// needs to be fixed.
41
- Expect.equals(Platform.executable.substring(1, 3), ':\\');
+ Expect.equals(Platform.resolvedExecutable.substring(1, 3), ':\\');
42
}
43
// Move directory to be sure script is correct.
44
var oldDir = Directory.current;
0 commit comments