| Index: pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| index 13f10ce96929b3d797bae0ed1f1582cc1f064ee4..e141181686e49d7a5b5afb14656cbbb9b107dc1d 100644
|
| --- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
|
| @@ -66,6 +66,12 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
|
|
|
| @override
|
| @failingTest
|
| + test_inferred_type_refers_to_function_typed_param_of_typedef() {
|
| + super.test_inferred_type_refers_to_function_typed_param_of_typedef();
|
| + }
|
| +
|
| + @override
|
| + @failingTest
|
| test_initializer_executable_with_bottom_return_type() {
|
| super.test_initializer_executable_with_bottom_return_type();
|
| }
|
|
|