| 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
|
|
|