| Index: utils/tests/pub/install/git/lock_version_test.dart
|
| diff --git a/utils/tests/pub/install/git/lock_version_test.dart b/utils/tests/pub/install/git/lock_version_test.dart
|
| index 4676ae28e7e2823dd57a194f4e86b3f71ecd39dd..ced05d7f8e63e5d967c28afe5ac90cffecb9282e 100644
|
| --- a/utils/tests/pub/install/git/lock_version_test.dart
|
| +++ b/utils/tests/pub/install/git/lock_version_test.dart
|
| @@ -22,7 +22,7 @@ main() {
|
|
|
| // This install should lock the foo.git dependency to the current revision.
|
| schedulePub(args: ['install'],
|
| - output: const RegExp(r"Dependencies installed!$"));
|
| + output: new RegExp(r"Dependencies installed!$"));
|
|
|
| dir(packagesPath, [
|
| dir('foo', [
|
| @@ -40,7 +40,7 @@ main() {
|
|
|
| // This install shouldn't update the foo.git dependency due to the lockfile.
|
| schedulePub(args: ['install'],
|
| - output: const RegExp(r"Dependencies installed!$"));
|
| + output: new RegExp(r"Dependencies installed!$"));
|
|
|
| dir(packagesPath, [
|
| dir('foo', [
|
|
|