| 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 66a9104784c6039b9d54b648b8fd397374ae93cc..2d13d6ee5547306f7cdd825805b141aee55c0ef4 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
|
| @@ -107,12 +107,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
|
|
|
| @override
|
| @failingTest
|
| - void test_blockBodiedLambdas_doesNotInferBottom_async_topLevel() {
|
| - super.test_blockBodiedLambdas_doesNotInferBottom_async_topLevel();
|
| - }
|
| -
|
| - @override
|
| - @failingTest
|
| void test_blockBodiedLambdas_doesNotInferBottom_asyncStar_topLevel() {
|
| super.test_blockBodiedLambdas_doesNotInferBottom_asyncStar_topLevel();
|
| }
|
|
|