| 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 3bcab0148a86b47ec77ef56b34a60679dab30464..e107edf0c8d008ad7306b4eb98a24e41549b37b5 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_test.dart
|
| @@ -78,6 +78,10 @@ class ResynthTest extends ResolverTestCase {
|
| '(public namespace)');
|
| compareNamespaces(resynthesized.exportNamespace, original.exportNamespace,
|
| '(export namespace)');
|
| + compareExecutableElements(
|
| + resynthesized.loadLibraryFunction as ExecutableElementImpl,
|
| + original.loadLibraryFunction as ExecutableElementImpl,
|
| + '(loadLibraryFunction)');
|
| // TODO(paulberry): test metadata.
|
| }
|
|
|
|
|