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

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

Issue 19592015: Get rid of hokey dependencyMapList stuff. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/install/hosted/cached_pubspec_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart b/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart
index b9e1d2a2b63da826b56e781ec336e6057835aa6d..dee49aeae2d03fb2ac1285ee398fa1f1737db872 100644
--- a/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart
+++ b/sdk/lib/_internal/pub/test/install/hosted/cached_pubspec_test.dart
@@ -17,7 +17,7 @@ main() {
integration('does not request a pubspec for a cached package', () {
servePackages([packageMap("foo", "1.2.3")]);
- d.appDir([dependencyMap("foo", "1.2.3")]).create();
+ d.appDir({"foo": "1.2.3"}).create();
// Run install once so it gets cached.
pubInstall();

Powered by Google App Engine
This is Rietveld 408576698