| 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 78eb236122d7ccd57171d90efb3bc81924835e3c..e0f166d7e90d513c2f0a5df046c179d8ca22eb6a 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -208,12 +208,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
| super.test_constructors_inferFromArguments_redirectingFactory();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_genericMethods_inferJSBuiltin() {
|
| - super.test_genericMethods_inferJSBuiltin();
|
| - }
|
| -
|
| void test_infer_extractIndex_custom() {
|
| var unit = checkFile('''
|
| class A {
|
|
|