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

Unified Diff: dart/tools/testing/dart/multitest.dart

Issue 91473002: Checked-in binary update to v1.0.0.3 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « dart/tools/testing/dart/launch_browser.dart ('k') | dart/tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/testing/dart/multitest.dart
diff --git a/dart/tools/testing/dart/multitest.dart b/dart/tools/testing/dart/multitest.dart
index e61f21bee42234e9b97fdca943ad02bdd1df735c..5541564062142ed1193366bb11516119dedd0c98 100644
--- a/dart/tools/testing/dart/multitest.dart
+++ b/dart/tools/testing/dart/multitest.dart
@@ -276,5 +276,5 @@ Path CreateMultitestDirectory(String outputDir, Path suiteDir) {
if (!dir.existsSync()) {
dir.createSync();
}
- return new Path(new File(path).fullPathSync());
+ return new Path(new File(path).absolute.path);
}
« no previous file with comments | « dart/tools/testing/dart/launch_browser.dart ('k') | dart/tools/testing/dart/record_and_replay.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698