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

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

Issue 79983002: Avoid network requests while resolving versions when possible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 1 month 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 59be37c7007921508e8c66b61496d8e51a52f94a..8e103e68c8c1dc4cb5bab741bc399435bb65c376 100644
--- a/sdk/lib/_internal/pub/test/test_pub.dart
+++ b/sdk/lib/_internal/pub/test/test_pub.dart
@@ -88,7 +88,7 @@ Future<List<String>> getRequestedPaths() {
var paths = _requestedPaths.toList();
_requestedPaths.clear();
return paths;
- });
+ }, "get previous network requests");
}
/// Creates an HTTP server to serve [contents] as static files. This server will

Powered by Google App Engine
This is Rietveld 408576698