| Index: utils/tests/pub/install/hosted/check_out_test.dart
|
| diff --git a/utils/tests/pub/install/hosted/check_out_test.dart b/utils/tests/pub/install/hosted/check_out_test.dart
|
| index 80126c5024c4b73be8559f963f7d3ef957f0a808..c738daae669d2e67cdea781d1062e27d5ebeca09 100644
|
| --- a/utils/tests/pub/install/hosted/check_out_test.dart
|
| +++ b/utils/tests/pub/install/hosted/check_out_test.dart
|
| @@ -16,7 +16,7 @@ main() {
|
| appDir([dependency("foo", "1.2.3")]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: new RegExp("Dependencies installed!\$"));
|
| + output: const RegExp("Dependencies installed!\$"));
|
|
|
| cacheDir({"foo": "1.2.3"}).scheduleValidate();
|
| packagesDir({"foo": "1.2.3"}).scheduleValidate();
|
|
|