| 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 c27b507966ad4b9aa95a6e4f46393425ad423045..2866069ab609f3ec980ec313481b6949d424b733 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -286,6 +286,7 @@ class ResynthTest extends ResolverTestCase {
|
| compareUriReferencedElements(resynthesized, original, desc);
|
| expect(resynthesized.importedLibrary.location,
|
| original.importedLibrary.location);
|
| + expect(resynthesized.prefixOffset, original.prefixOffset);
|
| if (original.prefix == null) {
|
| expect(resynthesized.prefix, isNull);
|
| } else {
|
|
|