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"), |