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

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

Issue 2707163002: Add preliminary support for methods to AstBuilder. (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
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 7877443d85bcd6decdee6f9e03adb0c22d100502..831fcffd8d8576c45eab3a8ec87fdd03eaf1925b 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -471,60 +471,6 @@ class TopLevelParserTest_Fasta extends FastaParserTestCase
with TopLevelParserTestMixin {
@override
@failingTest
- void
- test_function_literal_allowed_in_ArgumentList_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_ArgumentList_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
- void
- test_function_literal_allowed_in_IndexExpression_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_IndexExpression_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
- void
- test_function_literal_allowed_in_ListLiteral_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_ListLiteral_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
- void
- test_function_literal_allowed_in_MapLiteral_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_MapLiteral_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
- void
- test_function_literal_allowed_in_ParenthesizedExpression_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_ParenthesizedExpression_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
- void
- test_function_literal_allowed_in_StringInterpolation_in_ConstructorFieldInitializer() {
- // TODO(paulberry): Unhandled event: Method
- super
- .test_function_literal_allowed_in_StringInterpolation_in_ConstructorFieldInitializer();
- }
-
- @override
- @failingTest
void test_parseClassDeclaration_abstract() {
// TODO(paulberry): Implement AstBuilder.handleModifier
super.test_parseClassDeclaration_abstract();

Powered by Google App Engine
This is Rietveld 408576698