| 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 459fb40d28625de2d4fadf69940908a2eb1e5c57..47faf818bbe3006acc50bee308a1f1cd7adfaaa6 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -124,12 +124,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
|
|
| @override
|
| @failingTest
|
| - void test_blockBodiedLambdas_doesNotInferBottom_sync_topLevel() {
|
| - super.test_blockBodiedLambdas_doesNotInferBottom_sync_topLevel();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_blockBodiedLambdas_doesNotInferBottom_syncStar_topLevel() {
|
| super.test_blockBodiedLambdas_doesNotInferBottom_syncStar_topLevel();
|
| }
|
|
|