| 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 98eee6cf06295b33a8506a2e24e47244e0c5eaf5..0b5e480cda251f7c0c20ce6ac2da965bb48cba67 100644
|
| --- a/sdk/lib/_internal/pub/test/dev_dependency_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/dev_dependency_test.dart
|
| @@ -94,11 +94,8 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "foo": {"path": "../foo"}
|
| - }
|
| + d.appPubspec({
|
| + "foo": {"path": "../foo"}
|
| })
|
| ]).create();
|
|
|
|
|