Chromium Code Reviews

Unified Diff: pkg/scheduled_test/test/descriptor_test.dart

Issue 12879015: Provisionally stop working around issues 9252 and 9253. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/scheduled_test/test/descriptor_test.dart
diff --git a/pkg/scheduled_test/test/descriptor_test.dart b/pkg/scheduled_test/test/descriptor_test.dart
index 7fdbfc2c5003f39083d3e657964391354edefde1..ff0efe5a62e348db671a569681f7e1b231b0d9e5 100644
--- a/pkg/scheduled_test/test/descriptor_test.dart
+++ b/pkg/scheduled_test/test/descriptor_test.dart
@@ -958,7 +958,7 @@ void scheduleSandbox() {
if (sandbox == null) return;
var oldSandbox = sandbox;
sandbox = null;
- return deleteDir(oldSandbox);
+ return new Directory(oldSandbox).delete(recursive: true);
});
}

Powered by Google App Engine