| Index: utils/tests/pub/install/sdk/check_out_transitive_test.dart
|
| diff --git a/utils/tests/pub/install/sdk/check_out_transitive_test.dart b/utils/tests/pub/install/sdk/check_out_transitive_test.dart
|
| index 25c6457ad5225ce050663c70082fb4b9371e4b38..04dd55e86169301652417a47e3ef37ba072ffc52 100644
|
| --- a/utils/tests/pub/install/sdk/check_out_transitive_test.dart
|
| +++ b/utils/tests/pub/install/sdk/check_out_transitive_test.dart
|
| @@ -30,7 +30,7 @@ main() {
|
| ]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: const RegExp(r"Dependencies installed!$"));
|
| + output: new RegExp(r"Dependencies installed!$"));
|
|
|
| packagesDir({
|
| 'foo': '0.0.1234',
|
|
|