| Index: utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart
|
| diff --git a/utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart b/utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart
|
| index 392540832963265142d9784c0b8f61e9c636c3c2..829a4599a73db3413e3166cde596a95524c992d3 100644
|
| --- a/utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart
|
| +++ b/utils/tests/pub/update/git/do_not_update_if_unneeded_test.dart
|
| @@ -27,7 +27,7 @@ main() {
|
| appDir([{"git": "../foo.git"}]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + output: const RegExp(r"Dependencies installed!$"));
|
|
|
| dir(packagesPath, [
|
| dir('foo', [
|
| @@ -49,7 +49,7 @@ main() {
|
| ]).scheduleCommit();
|
|
|
| schedulePub(args: ['update', 'foo'],
|
| - output: new RegExp(r"Dependencies updated!$"));
|
| + output: const RegExp(r"Dependencies updated!$"));
|
|
|
| dir(packagesPath, [
|
| dir('foo', [
|
|
|