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

Unified Diff: sdk/lib/_internal/pub/test/test_pub.dart

Issue 115533003: Show implicit pub dependency on barback in errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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: sdk/lib/_internal/pub/test/test_pub.dart
diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart
index 71ce02c8a3bb70e938aeb59eb2036a322f0f7786..df1bf1b2b24fcdf93cd792445fbaa840e1864d98 100644
--- a/sdk/lib/_internal/pub/test/test_pub.dart
+++ b/sdk/lib/_internal/pub/test/test_pub.dart
@@ -147,6 +147,7 @@ Future _closeServer() {
if (_server == null) return new Future.value();
var future = _server.close();
_server = null;
+ _hasServer = false;
_portCompleterCache = null;
return future;
}

Powered by Google App Engine
This is Rietveld 408576698