| 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 f7442e8928aa93a5ffc4639316417ce339c00006..29848a742db6e26a96a9d78f8edc82599c894b72 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -562,18 +562,6 @@ var b = a.m();
|
| super.test_inferenceInCyclesIsDeterministic();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_inferTypesOnGenericInstantiations_5() {
|
| - super.test_inferTypesOnGenericInstantiations_5();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| - void test_inferTypesOnGenericInstantiationsInLibraryCycle() {
|
| - super.test_inferTypesOnGenericInstantiationsInLibraryCycle();
|
| - }
|
| -
|
| void test_invokeMethod_notGeneric_genericClass() {
|
| var unit = checkFile(r'''
|
| class C<T> {
|
|
|