| Index: utils/tests/pub/update/hosted/update_removed_constraints_test.dart
 | 
| diff --git a/utils/tests/pub/update/hosted/update_removed_constraints_test.dart b/utils/tests/pub/update/hosted/update_removed_constraints_test.dart
 | 
| index b73347a055c159d1c60b7db896e8dec58dd5840f..911fa34fb977ba2ff59b993361537236763635c6 100644
 | 
| --- a/utils/tests/pub/update/hosted/update_removed_constraints_test.dart
 | 
| +++ b/utils/tests/pub/update/hosted/update_removed_constraints_test.dart
 | 
| @@ -21,7 +21,7 @@ main() {
 | 
|      appDir([dependency("foo"), dependency("bar")]).scheduleCreate();
 | 
|  
 | 
|      schedulePub(args: ['update'],
 | 
| -        output: const RegExp(r"Dependencies updated!$"));
 | 
| +        output: new RegExp(r"Dependencies updated!$"));
 | 
|  
 | 
|      packagesDir({
 | 
|        "foo": "1.0.0",
 | 
| @@ -32,7 +32,7 @@ main() {
 | 
|      appDir([dependency("foo")]).scheduleCreate();
 | 
|  
 | 
|      schedulePub(args: ['update'],
 | 
| -        output: const RegExp(r"Dependencies updated!$"));
 | 
| +        output: new RegExp(r"Dependencies updated!$"));
 | 
|  
 | 
|      packagesDir({
 | 
|        "foo": "1.0.0",
 | 
| 
 |