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

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

Issue 1880803002: Fix AST-based type inference on empty lists. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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') | no next file » | 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 c2c71ad3e667d44a0ead14a20e4b435673f6551e..408db12bcc9ce3c0e8dd32cd8cadd6737ff1a059 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -306,12 +306,6 @@ var b2 = new B<int>();
@override
@failingTest
- void test_inferFromComplexExpressionsIfOuterMostValueIsPrecise() {
- super.test_inferFromComplexExpressionsIfOuterMostValueIsPrecise();
- }
-
- @override
- @failingTest
void test_inferFromRhsOnlyIfItWontConflictWithOverriddenFields() {
super.test_inferFromRhsOnlyIfItWontConflictWithOverriddenFields();
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698