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

Unified Diff: pkg/scheduled_test/test/descriptor/utils.dart

Issue 50073007: fix barback and polymer build warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: pkg/scheduled_test/test/descriptor/utils.dart
diff --git a/pkg/scheduled_test/test/descriptor/utils.dart b/pkg/scheduled_test/test/descriptor/utils.dart
index 9674469dbc5d269c10b58c847b5062eea46f010a..f0fa13c80d5f414df2488d5846bb825efb6e5f1c 100644
--- a/pkg/scheduled_test/test/descriptor/utils.dart
+++ b/pkg/scheduled_test/test/descriptor/utils.dart
@@ -24,7 +24,7 @@ void scheduleSandbox() {
currentSchedule.onComplete.schedule(() {
d.defaultRoot = null;
- if (sandbox == null) return;
+ if (sandbox == null) return null;
var oldSandbox = sandbox;
sandbox = null;
return new Directory(oldSandbox).delete(recursive: true);

Powered by Google App Engine
This is Rietveld 408576698