| Index: sdk/lib/_internal/pub/test/get/git/require_pubspec_name_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart b/sdk/lib/_internal/pub/test/get/git/require_pubspec_name_test.dart
|
| similarity index 88%
|
| rename from sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/require_pubspec_name_test.dart
|
| index 92d35f223d403a7d2326f18b16b35b5e26d55d9f..5195b55a3930d0918129b87ca0c7ecd262f52357 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/require_pubspec_name_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/require_pubspec_name_test.dart
|
| @@ -20,7 +20,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubInstall(error: new RegExp(r'Missing the required "name" field \(e\.g\. '
|
| + pubGet(error: new RegExp(r'Missing the required "name" field \(e\.g\. '
|
| r'"name: foo"\)\.'));
|
| });
|
| }
|
|
|