Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart

Issue 2655463004: Fix summary type inference of async closures. (Closed)
Patch Set: Remove bogusly added test Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | pkg/analyzer/test/src/task/strong/inferred_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | pkg/analyzer/test/src/task/strong/inferred_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698