| Index: utils/tests/pub/update/hosted/unlock_if_necessary_test.dart
 | 
| diff --git a/utils/tests/pub/update/hosted/unlock_if_necessary_test.dart b/utils/tests/pub/update/hosted/unlock_if_necessary_test.dart
 | 
| index 4525f8238519053ccae5835281510ac16063d787..aae6ca13f2a8059759fe344f0f45be39e486fab2 100644
 | 
| --- a/utils/tests/pub/update/hosted/unlock_if_necessary_test.dart
 | 
| +++ b/utils/tests/pub/update/hosted/unlock_if_necessary_test.dart
 | 
| @@ -20,7 +20,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",
 | 
| @@ -33,7 +33,7 @@ main() {
 | 
|      ]);
 | 
|  
 | 
|      schedulePub(args: ['update', 'foo'],
 | 
| -        output: const RegExp(r"Dependencies updated!$"));
 | 
| +        output: new RegExp(r"Dependencies updated!$"));
 | 
|  
 | 
|      packagesDir({
 | 
|        "foo": "2.0.0",
 | 
| 
 |