| Index: sdk/lib/_internal/pub/test/pub_install_and_update_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/pub_install_and_update_test.dart b/sdk/lib/_internal/pub/test/pub_install_and_update_test.dart
|
| index d645071f09ec56049215ded6f3cb7094d03edea4..e59667236a31ee30f542703fcf18bf692936e180 100644
|
| --- a/sdk/lib/_internal/pub/test/pub_install_and_update_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/pub_install_and_update_test.dart
|
| @@ -75,7 +75,7 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({"name": "myapp", "dependencies": {"foo": {"path": "../foo"}}})
|
| + d.appPubspec({"foo": {"path": "../foo"}})
|
| ]).create();
|
|
|
| pubCommand(command);
|
| @@ -106,10 +106,10 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({"name": "myapp", "dependencies": {
|
| + d.appPubspec({
|
| "foo": {"path": "../deps/foo"},
|
| "bar": {"path": "../deps/bar"}
|
| - }})
|
| + })
|
| ]).create();
|
|
|
| pubCommand(command,
|
|
|