| Index: pkg/serialization/test/serialization_test.dart | 
| diff --git a/pkg/serialization/test/serialization_test.dart b/pkg/serialization/test/serialization_test.dart | 
| index 345500aafab7ae8a33b4caabaf8806c1515080b1..668e2ff9d4085ec4a71408927bbc18d5606a728f 100644 | 
| --- a/pkg/serialization/test/serialization_test.dart | 
| +++ b/pkg/serialization/test/serialization_test.dart | 
| @@ -315,7 +315,7 @@ Serialization metaSerialization() { | 
| // TODO(alanknight): Handle the ClosureToMapRule as well. | 
| // Note that we're passing in a constant for one of the fields. | 
| ..addRuleFor(basicRule, | 
| -        constructorFields: ['typeWrapped', | 
| +        constructorFields: ['type', | 
| 'constructorName', | 
| 'constructorFields', 'regularFields', []], | 
| fields: []) | 
|  |