| Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| index c6ec856c8105a4960bbc7c4df1fd4ab9d7557326..99d8ba91a76bdf722880ce9fff7149be3c58189f 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -39,12 +39,6 @@ main() {
|
| @reflectiveTest
|
| class AstInferredTypeTest extends AbstractResynthesizeTest
|
| with _AstResynthesizeTestMixin, InferredTypeMixin {
|
| - bool get checkPropagatedTypes {
|
| - // AST-based summaries do not yet handle propagated types.
|
| - // TODO(paulberry): fix this.
|
| - return false;
|
| - }
|
| -
|
| @override
|
| bool get mayCheckTypesOfLocals => false;
|
|
|
| @@ -906,9 +900,6 @@ abstract class _AstResynthesizeTestMixinInterface {
|
| abstract class _ResynthesizeAstTest extends ResynthesizeTest
|
| with _AstResynthesizeTestMixin {
|
| @override
|
| - bool get checkPropagatedTypes => false;
|
| -
|
| - @override
|
| LibraryElementImpl checkLibrary(String text,
|
| {bool allowErrors: false, bool dumpSummaries: false}) {
|
| Source source = addTestSource(text);
|
|
|