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

Unified Diff: sdk/lib/_internal/pub/test/install/switch_source_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/switch_source_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/switch_source_test.dart b/sdk/lib/_internal/pub/test/install/switch_source_test.dart
index 6ca3981be8208552d84af6b040c473413998edd0..03f2ebcc91ba1636f337bdf3ab74a0bcb49e5da9 100644
--- a/sdk/lib/_internal/pub/test/install/switch_source_test.dart
+++ b/sdk/lib/_internal/pub/test/install/switch_source_test.dart
@@ -19,12 +19,12 @@ main() {
d.libPubspec('foo', '0.0.1')
]).create();
- d.appDir([{"path": "../foo"}]).create();
+ d.appDir({"foo": {"path": "../foo"}}).create();
pubInstall();
d.packagesDir({"foo": "0.0.1"}).validate();
- d.appDir([dependencyMap("foo", "any")]).create();
+ d.appDir({"foo": "any"}).create();
pubInstall();
« no previous file with comments | « sdk/lib/_internal/pub/test/install/relative_symlink_test.dart ('k') | sdk/lib/_internal/pub/test/package_files_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698