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

Unified Diff: dart/tools/test.dart

Issue 23568002: Update checked-in binary to 0.6.21.3_r26639 (M6) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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
« no previous file with comments | « dart/tests/co19/test_config.dart ('k') | dart/tools/testing/bin/linux/dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/test.dart
diff --git a/dart/tools/test.dart b/dart/tools/test.dart
index 154d0ee5e419214aaf15dd313994b5578fc02f86..24da3d250377561477c650942e96857bd4be333e 100755
--- a/dart/tools/test.dart
+++ b/dart/tools/test.dart
@@ -267,7 +267,7 @@ Future deleteTemporaryDartDirectories() {
var dir = new Directory('').createTempSync();
var path = new Path(dir.path).directoryPath;
dir.deleteSync();
- return new Directory.fromPath(path);
+ return new Directory(path.toNativePath());
}
// These are the patterns of temporary directory names created by
« no previous file with comments | « dart/tests/co19/test_config.dart ('k') | dart/tools/testing/bin/linux/dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698