| 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 aa9cde3d41c5cf0c6cc413d6a90c8a423eb4d0ac..9be023d6c41d09b061bf7a0a886111dd19cf6206 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -170,6 +170,12 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
|
|
| @override
|
| @failingTest
|
| + void test_constructors_inferFromArguments_downwardsFromConstructor() {
|
| + super.test_constructors_inferFromArguments_downwardsFromConstructor();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| void test_constructors_inferFromArguments_factory() {
|
| super.test_constructors_inferFromArguments_factory();
|
| }
|
|
|