Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: tests/standalone/io/regress_7679_test.dart

Issue 50413005: Reapply "Remove @deprecated features." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « tests/standalone/io/process_working_directory_test.dart ('k') | tests/standalone/io/skipping_dart2js_compilations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698