Index: tests/standalone/io/regress_7679_test.dart |
diff --git a/tests/standalone/io/regress_7679_test.dart b/tests/standalone/io/regress_7679_test.dart |
index 033507ca36677e8eff03ba08ae3c7ae755bc4851..b4b1d6ec1bab0183829c55f4d0bd9fd0c228c613 100644 |
--- a/tests/standalone/io/regress_7679_test.dart |
+++ b/tests/standalone/io/regress_7679_test.dart |
@@ -34,7 +34,7 @@ main() { |
}); |
} |
"""); |
- String executable = new File(Platform.executable).fullPathSync(); |
+ String executable = new File(Platform.executable).resolveSymbolicLinksSync(); |
Process.run(executable, ['script.dart'], workingDirectory: temp.path) |
.then((result) { |
temp.deleteSync(recursive: true); |