| Index: utils/tests/pub/install/sdk/check_out_test.dart
|
| diff --git a/utils/tests/pub/install/sdk/check_out_test.dart b/utils/tests/pub/install/sdk/check_out_test.dart
|
| index 279869f8449e853437f4ab8b4707706b5c8799c5..c99658d05d4ac8a6b8189fbcc6878aedfc276b53 100644
|
| --- a/utils/tests/pub/install/sdk/check_out_test.dart
|
| +++ b/utils/tests/pub/install/sdk/check_out_test.dart
|
| @@ -26,7 +26,7 @@ main() {
|
| ]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: const RegExp(r"Dependencies installed!$"));
|
| + output: new RegExp(r"Dependencies installed!$"));
|
|
|
| packagesDir({"foo": "0.0.1234"}).scheduleValidate();
|
|
|
|
|