| Index: sdk/lib/_internal/pub/test/get/git/check_out_revision_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_revision_test.dart
|
| similarity index 98%
|
| rename from sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/check_out_revision_test.dart
|
| index 47aacf4814958aa48e4ba3b19bffeb3965d7a219..bf1851ef00a8cb5eef204401806a349e2db7cc0b 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/check_out_revision_test.dart
|
| @@ -28,7 +28,7 @@ main() {
|
| "foo": {"git": {"url": "../foo.git", "ref": commit}}
|
| }).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|