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

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

Issue 1966783003: First steps toward AST-based type inference involving closures. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
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();
}

Powered by Google App Engine
This is Rietveld 408576698