| Index: tests/compiler/dart2js/mirror_final_field_inferrer_test.dart
|
| diff --git a/tests/compiler/dart2js/mirror_final_field_inferrer_test.dart b/tests/compiler/dart2js/mirror_final_field_inferrer_test.dart
|
| index 0934e37f23be951b3c963bb44cf2fe920fef5565..5df35104b78cd418758014c4a33dc6423dd47e8e 100644
|
| --- a/tests/compiler/dart2js/mirror_final_field_inferrer_test.dart
|
| +++ b/tests/compiler/dart2js/mirror_final_field_inferrer_test.dart
|
| @@ -31,9 +31,7 @@ void main() {
|
| var typesInferrer = compiler.globalInference.typesInferrerInternal;
|
| var closedWorld = typesInferrer.closedWorld;
|
| var commonMasks = closedWorld.commonMasks;
|
| - Expect.equals(
|
| - commonMasks.uint31Type,
|
| - simplify(typesInferrer.getTypeOfElement(element), closedWorld),
|
| - 'field');
|
| + Expect.equals(commonMasks.uint31Type,
|
| + simplify(typesInferrer.getTypeOfMember(element), closedWorld), 'field');
|
| });
|
| }
|
|
|