| 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 23dbd71c188ac4b4bd251b2082cb4351b6b5ecb5..c3ae04d2edf2d5b4f805075af8104330d9e6b6c6 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -647,7 +647,7 @@ abstract class AbstractResynthesizeTest extends AbstractSingleUnitTest {
|
| return;
|
| }
|
| expect(original, isNotNull);
|
| - expect(resynthesized, isNotNull);
|
| + expect(resynthesized, isNotNull, reason: desc);
|
| expect(rImpl.runtimeType, oImpl.runtimeType);
|
| expect(resynthesized.kind, original.kind);
|
| expect(resynthesized.location, original.location, reason: desc);
|
|
|