| 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 214f6d545e0aa22bf62a3ad934d8e1fb70a6d4dc..fdef58651491878220574ed8234ebc074428cd3a 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -153,6 +153,12 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
| }
|
|
|
| @override
|
| + void test_canInferAlsoFromStaticAndInstanceFieldsFlagOn() {
|
| + variablesWithNotConstInitializers.add('a2');
|
| + super.test_canInferAlsoFromStaticAndInstanceFieldsFlagOn();
|
| + }
|
| +
|
| + @override
|
| @failingTest
|
| void test_genericMethods_inferJSBuiltin() {
|
| super.test_genericMethods_inferJSBuiltin();
|
|
|