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

Unified Diff: sdk/lib/_internal/pub/test/install/hosted/repair_cache_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/repair_cache_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart b/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
index 749373d54372c373dd0f2312bccf6262042e0070..2d03b9c52a95868091f1142f375937a7098efe93 100644
--- a/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
+++ b/sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart
@@ -28,7 +28,7 @@ main() {
])
]).create();
- d.appDir([dependencyMap("foo", "1.2.3")]).create();
+ d.appDir({"foo": "1.2.3"}).create();
pubInstall();
@@ -51,7 +51,7 @@ main() {
])
]).create();
- d.appDir([dependencyMap("foo", "1.2.3")]).create();
+ d.appDir({"foo": "1.2.3"}).create();
pubInstall();

Powered by Google App Engine
This is Rietveld 408576698