| Index: sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart b/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| index 2df01986124f6a90dbafa1f8d7f484df8a92faf8..3e5aef0bb4dea3f0f668554dac31488926edbeec 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/git/check_out_branch_test.dart
|
| @@ -28,8 +28,7 @@ main() {
|
|
|
| d.appDir([{"git": {"url": "../foo.git", "ref": "old"}}]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|