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

Unified Diff: sdk/lib/_internal/pub/test/dev_dependency_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/dev_dependency_test.dart
diff --git a/sdk/lib/_internal/pub/test/dev_dependency_test.dart b/sdk/lib/_internal/pub/test/dev_dependency_test.dart
index b47baa01970e268f487f8b7bbfeae2a478b81ca0..98eee6cf06295b33a8506a2e24e47244e0c5eaf5 100644
--- a/sdk/lib/_internal/pub/test/dev_dependency_test.dart
+++ b/sdk/lib/_internal/pub/test/dev_dependency_test.dart
@@ -45,9 +45,9 @@ main() {
integration("includes dev dependency's transitive dependencies", () {
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"}
+ })
]).create();
d.dir('bar', [

Powered by Google App Engine
This is Rietveld 408576698