| Index: utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart
 | 
| diff --git a/utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart b/utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart
 | 
| index 30b09664431ad581309a9da7293124f53761fa43..3a580c6c0a459d3c5a33937c3dc0a2f5ecd0b74e 100644
 | 
| --- a/utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart
 | 
| +++ b/utils/tests/pub/install/hosted/stay_locked_if_new_is_satisfied_test.dart
 | 
| @@ -21,7 +21,7 @@ main() {
 | 
|      appDir([dependency("foo")]).scheduleCreate();
 | 
|  
 | 
|      schedulePub(args: ['install'],
 | 
| -        output: const RegExp(r"Dependencies installed!$"));
 | 
| +        output: new RegExp(r"Dependencies installed!$"));
 | 
|  
 | 
|      packagesDir({
 | 
|        "foo": "1.0.0",
 | 
| @@ -39,7 +39,7 @@ main() {
 | 
|      appDir([dependency("foo"), dependency("newdep")]).scheduleCreate();
 | 
|  
 | 
|      schedulePub(args: ['install'],
 | 
| -        output: const RegExp(r"Dependencies installed!$"));
 | 
| +        output: new RegExp(r"Dependencies installed!$"));
 | 
|  
 | 
|      packagesDir({
 | 
|        "foo": "1.0.0",
 | 
| 
 |