| Index: tools/testing/dart/test_runner.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_runner.dart (revision 39069)
|
| +++ tools/testing/dart/test_runner.dart (working copy)
|
| @@ -418,7 +418,7 @@
|
| return destination.exists().then((bool exists) {
|
| var cleanDirectoryFuture;
|
| if (exists) {
|
| - cleanDirectoryFuture = destination.delete(recursive: true);
|
| + cleanDirectoryFuture = TestUtils.deleteDirectory(_destinationDirectory);
|
| } else {
|
| cleanDirectoryFuture = new Future.value(null);
|
| }
|
|
|