| Index: pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summarize_ast_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| index 439b801f1d528731d29d852e6b7d0c1f9116bba7..b17b6da19da5e4985445b078dcbca3f6698f8958 100644
|
| --- a/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/summarize_ast_test.dart
|
| @@ -116,12 +116,6 @@ class LinkedSummarizeAstSpecTest extends LinkedSummarizeAstTest {
|
| test_syntheticFunctionType_inGenericFunction() {
|
| super.test_syntheticFunctionType_inGenericFunction();
|
| }
|
| -
|
| - @override
|
| - @failingTest
|
| - test_unused_type_parameter() {
|
| - super.test_unused_type_parameter();
|
| - }
|
| }
|
|
|
| /**
|
|
|