| 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 619d9cf071b3f61d6759cdbd478a8ed0fb3f3cca..76c6e4358ea1ff2faf33b37440700f42f55d5e97 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -159,21 +159,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
| super.test_circularReference_viaClosures_initializerTypes();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_constructors_inferFromArguments() {
|
| - // TODO(jmesserly): does this need to be implemented in AST summaries?
|
| - // The test might need a change as well to not be based on local variable
|
| - // types, which don't seem to be available.
|
| - super.test_constructors_inferFromArguments();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_constructors_inferFromArguments_const() {
|
| - super.test_constructors_inferFromArguments_const();
|
| - }
|
| -
|
| void test_infer_extractIndex_custom() {
|
| var unit = checkFile('''
|
| class A {
|
|
|