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

Unified Diff: sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart

Issue 488323002: Make servePackages's contents argument saner. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 4 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: sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart
diff --git a/sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart b/sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart
index 3024336930cdfb591243deb9c1d25ef57c564b72..77a3a3f4fe8da8be5723b239928eea35ae75af48 100644
--- a/sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart
+++ b/sdk/lib/_internal/pub/test/get/hosted/cached_pubspec_test.dart
@@ -13,7 +13,7 @@ main() {
initConfig();
integration('does not request a pubspec for a cached package', () {
- servePackages([packageMap("foo", "1.2.3")]);
+ servePackages((builder) => builder.serve("foo", "1.2.3"));
d.appDir({"foo": "1.2.3"}).create();

Powered by Google App Engine
This is Rietveld 408576698