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

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

Issue 2795983002: Remove unused methods from CL 2793113002. (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/analyzer/test/generated/parser_fasta_test.dart ('k') | 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_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);
« no previous file with comments | « pkg/analyzer/test/generated/parser_fasta_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698