| Index: utils/tests/pub/install/git/check_out_branch_test.dart
|
| diff --git a/utils/tests/pub/install/git/check_out_branch_test.dart b/utils/tests/pub/install/git/check_out_branch_test.dart
|
| index 9c06391f39f537d2e6854fc97d5dabb85272519e..4516f9ccd1e59095013d7a7083a23b81e0bb1620 100644
|
| --- a/utils/tests/pub/install/git/check_out_branch_test.dart
|
| +++ b/utils/tests/pub/install/git/check_out_branch_test.dart
|
| @@ -28,7 +28,7 @@ main() {
|
| appDir([{"git": {"url": "../foo.git", "ref": "old"}}]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: const RegExp(r"Dependencies installed!$"));
|
| + output: new RegExp(r"Dependencies installed!$"));
|
|
|
| dir(packagesPath, [
|
| dir('foo', [
|
|
|