| Index: sdk/lib/_internal/pub/test/install/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/install/git/check_out_revision_test.dart
|
| index b763dd418c0eda7bd8a8c0e942803b03658ddcf8..cd1587a6e111c7f693a45ee9df3cf745c23ea386 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_revision_test.dart
|
| @@ -28,8 +28,7 @@ main() {
|
|
|
| d.appDir([{"git": {"url": "../foo.git", "ref": commit}}]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|