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

Unified Diff: pkg/analyzer/test/generated/parser_fasta_test.dart

Issue 2710803002: Pass '=' to endNamedMixinApplication(). (Closed)
Patch Set: Update pkg/compiler too. Created 3 years, 10 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/generated/parser_fasta_test.dart
diff --git a/pkg/analyzer/test/generated/parser_fasta_test.dart b/pkg/analyzer/test/generated/parser_fasta_test.dart
index 6834daea917f7fd4f738f5d3857bcba398161e18..58b5fb8d30a6df8bdb8de7f4963b5c38af358e54 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -733,20 +733,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void test_parseCompilationUnitMember_typeAlias_implements() {
- // TODO(paulberry,ahe): Capture `=` token
- super.test_parseCompilationUnitMember_typeAlias_implements();
- }
-
- @override
- @failingTest
- void test_parseCompilationUnitMember_typeAlias_noImplements() {
- // TODO(paulberry,ahe): Capture `=` token
- super.test_parseCompilationUnitMember_typeAlias_noImplements();
- }
-
- @override
- @failingTest
void test_parseCompilationUnitMember_typedef() {
// TODO(paulberry): Unhandled event: FunctionTypeAlias
super.test_parseCompilationUnitMember_typedef();

Powered by Google App Engine
This is Rietveld 408576698