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

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

Issue 2710683008: Update Fasta parser expectations to reflect 5de9108c16f1eeddf4b8a3a47c60eecb55758ee2. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e0353f8d7992916010a6013d602a3e59cc070f4..a3674e23e7ce417c7bf063b1b36b33d685338300 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -979,7 +979,7 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
void test_parseCompilationUnit_exportAsPrefix() {
- // TODO(paulberry): TODO(paulberry,ahe): Fasta parser doesn't appear to handle this case correctly.
+ // TODO(paulberry): As of commit 5de9108 this syntax is invalid.
super.test_parseCompilationUnit_exportAsPrefix();
}
@@ -1007,7 +1007,7 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
void test_parseCompilationUnit_typedefAsPrefix() {
- // TODO(paulberry): TODO(paulberry,ahe): Fasta parser doesn't appear to handle this case correctly.
+ // TODO(paulberry): As of commit 5de9108 this syntax is invalid.
super.test_parseCompilationUnit_typedefAsPrefix();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698