| Index: pkg/analyzer/test/src/dart/constant/utilities_test.dart
|
| diff --git a/pkg/analyzer/test/src/dart/constant/utilities_test.dart b/pkg/analyzer/test/src/dart/constant/utilities_test.dart
|
| index bf382f121899f12b5dedf193ac84e0570e97fc11..4759566482a954e3261e1400747cc1e02f86fcac 100644
|
| --- a/pkg/analyzer/test/src/dart/constant/utilities_test.dart
|
| +++ b/pkg/analyzer/test/src/dart/constant/utilities_test.dart
|
| @@ -57,8 +57,9 @@ class ConstantFinderTest {
|
| compilationUnitElement;
|
| ElementAnnotationImpl elementAnnotation =
|
| new ElementAnnotationImpl(compilationUnitElement);
|
| - _node = elementAnnotation.annotationAst = AstTestFactory.annotation(
|
| - AstTestFactory.identifier3('x'))..elementAnnotation = elementAnnotation;
|
| + _node = elementAnnotation.annotationAst = AstTestFactory
|
| + .annotation(AstTestFactory.identifier3('x'))
|
| + ..elementAnnotation = elementAnnotation;
|
| expect(_findAnnotations(), contains(_node));
|
| }
|
|
|
|
|