| Index: utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart
 | 
| diff --git a/utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart b/utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart
 | 
| index 21bb7cbd759461b34d69873faf1038797f5ff1e2..ba86a5395402061428174551820a1c02b7b81bde 100644
 | 
| --- a/utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart
 | 
| +++ b/utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart
 | 
| @@ -22,7 +22,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",
 | 
| @@ -42,7 +42,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": "2.0.0",
 | 
| 
 |