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

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

Issue 2738013002: Add support for metadata on type variables to Fasta parser. (Closed)
Patch Set: Bug fixes Created 3 years, 9 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 c272a1ac0cff1ec47602673ba32cc96b2e43f3ad..b7592828263340c95711a22619b63190a2c24521 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -1141,16 +1141,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
@override
@failingTest
- void
- test_parseCompilationUnitMember_function_generic_noReturnType_annotated() {
- // TODO(paulberry,ahe): Fasta doesn't appear to support annotated type
- // parameters.
- super
- .test_parseCompilationUnitMember_function_generic_noReturnType_annotated();
- }
-
- @override
- @failingTest
void test_parseDirectives_mixed() {
// TODO(paulberry,ahe): This test verifies the analyzer parser's ability to
// stop parsing as soon as the first non-directive is encountered; this is
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/parser_test.dart » ('j') | pkg/compiler/lib/src/parser/member_listener.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698