| Index: sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart b/sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart
|
| index a9afb81768313615a48f0dace454b2ad73d2cb95..17366803d609274dbd03b2d9efc95b845621039f 100644
|
| --- a/sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/path/shared_dependency_test.dart
|
| @@ -30,12 +30,9 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../foo"},
|
| - "bar": {"path": "../bar"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../foo"},
|
| + "bar": {"path": "../bar"}
|
| })
|
| ]).create();
|
|
|
| @@ -69,12 +66,9 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../foo"},
|
| - "bar": {"path": "../bar"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../foo"},
|
| + "bar": {"path": "../bar"}
|
| })
|
| ]).create();
|
|
|
| @@ -108,12 +102,9 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../foo"},
|
| - "bar": {"path": "../bar"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../foo"},
|
| + "bar": {"path": "../bar"}
|
| })
|
| ]).create();
|
|
|
|
|