| 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 bf0c9ba62e9f84b7401619c9f96224efa4b105dd..8ac1bbe9cf5dcb1a662d1664bfafb7855ae2405f 100644
|
| --- a/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
|
| @@ -191,18 +191,6 @@ class ErrorParserTest_Fasta extends FastaParserTestCase
|
| super.test_constAndVar();
|
| }
|
|
|
| - @override
|
| - @failingTest
|
| - void test_constClass() {
|
| - // TODO(brianwilkerson) Wrong errors:
|
| - // Expected 1 errors of type ParserErrorCode.CONST_CLASS, found 0;
|
| - // 0 errors of type ParserErrorCode.EXTRANEOUS_MODIFIER, found 2 (1, 7)
|
| -
|
| - // TODO(danrubel): Rather than reporting ParserErrorCode.EXTRANEOUS_MODIFIER
|
| - // report ParserErrorCode.CONST_CLASS to better help the user
|
| - super.test_constClass();
|
| - }
|
| -
|
| @override
|
| @failingTest
|
| void test_constConstructorWithBody() {
|
|
|