| 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 be79415180e0e38a1ed24633cc90b3c69eccb708..36524ac4c618d31e4750349553d2e2f5e5cbc268 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -164,6 +164,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();
|
| }
|
|
|