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

Unified Diff: sdk/lib/_internal/pub/test/install/path/relative_path_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/path/relative_path_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart b/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart
index ec6992a487cfb84db929a911980307615a229d99..86bf9aaa0bc1428540e3f2a9c3f94463687317ed 100644
--- a/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart
+++ b/sdk/lib/_internal/pub/test/install/path/relative_path_test.dart
@@ -38,9 +38,9 @@ main() {
d.dir("relative", [
d.dir("foo", [
d.libDir("foo"),
- d.libPubspec("foo", "0.0.1", deps: [
- {"path": "../bar"}
- ])
+ d.libPubspec("foo", "0.0.1", deps: {
+ "bar": {"path": "../bar"}
+ })
]),
d.dir("bar", [
d.libDir("bar"),

Powered by Google App Engine
This is Rietveld 408576698