| Index: sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart b/sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart
|
| index 0203f9b3424b3cbc8faa267bd8a819d231ae4233..075313523ff8dbcc0737d7fe81c892d8c6268a1c 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/different_repo_name_test.dart
|
| @@ -21,11 +21,8 @@ main() {
|
| ]).create();
|
|
|
| d.dir(appPath, [
|
| - d.pubspec({
|
| - "name": "myapp",
|
| - "dependencies": {
|
| - "weirdname": {"git": "../foo.git"}
|
| - }
|
| + d.appPubspec({
|
| + "weirdname": {"git": "../foo.git"}
|
| })
|
| ]).create();
|
|
|
|
|