| 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 86bf9aaa0bc1428540e3f2a9c3f94463687317ed..06fb3da3d0034ac89f2c67b6cf6fa597d79d703e 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
|
| @@ -17,11 +17,8 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../foo"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../foo"}
|
| })
|
| ]).create();
|
|
|
| @@ -49,11 +46,8 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../relative/foo"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../relative/foo"}
|
| })
|
| ]).create();
|
|
|
|
|