| Index: pkg/analyzer/test/generated/parser_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
|
| index cadc950d3de74dd403e5e8a208ec59d11be2bfeb..badbe4bb93e7d2eef7e9c827a7be83f4192657a5 100644
|
| --- a/pkg/analyzer/test/generated/parser_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_test.dart
|
| @@ -8019,20 +8019,6 @@ class ParserTestCase extends EngineTestCase
|
| return unit;
|
| }
|
|
|
| - /**
|
| - * Parse the given [source] as a compilation unit. Throw an exception if the
|
| - * source could not be parsed, if the compilation errors in the source do not
|
| - * match those that are expected, or if the result would have been `null`.
|
| - */
|
| - CompilationUnit parseCompilationUnitWithOptions(String source,
|
| - [List<ErrorCode> errorCodes = const <ErrorCode>[]]) {
|
| - createParser(source);
|
| - CompilationUnit unit = parser.parseCompilationUnit2();
|
| - expect(unit, isNotNull);
|
| - listener.assertErrorsWithCodes(errorCodes);
|
| - return unit;
|
| - }
|
| -
|
| @override
|
| ConditionalExpression parseConditionalExpression(String code) {
|
| createParser(code);
|
|
|