| Index: utils/tests/pub/install/git/check_out_transitive_test.dart
|
| diff --git a/utils/tests/pub/install/git/check_out_transitive_test.dart b/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| index f8327ba051c6f2c8a518e4b85fe6e21139f9213b..662dbc77dc565a0d4ed7310bd78ad1ff14ec0863 100644
|
| --- a/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| +++ b/utils/tests/pub/install/git/check_out_transitive_test.dart
|
| @@ -26,7 +26,7 @@ main() {
|
| appDir([{"git": "../foo.git"}]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - output: const RegExp("Dependencies installed!\$"));
|
| + output: new RegExp("Dependencies installed!\$"));
|
|
|
| dir(cachePath, [
|
| dir('git', [
|
|
|