| Index: pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_test.dart b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| index f08366b8a2d85471ffde4bdc3227d477b6e6d4ab..ac0dc3a62087cea7df6d3265d78fe26454fa88ae 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -696,7 +696,6 @@ abstract class AbstractResynthesizeTest extends AbstractSingleUnitTest {
|
| expect(rImpl.codeLength, oImpl.codeLength, reason: desc);
|
| expect(resynthesized.documentationComment, original.documentationComment,
|
| reason: desc);
|
| - expect(resynthesized.docRange, original.docRange, reason: desc);
|
| compareMetadata(resynthesized.metadata, original.metadata, desc);
|
|
|
| // Validate modifiers.
|
|
|