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

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

Issue 2795983002: Remove unused methods from CL 2793113002. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/parser_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bb1d02ce4fe81cbce9185144db593e55082d33b4..41773953e6f8f1ece8e6cc1f84391c6224784d29 100644
--- a/pkg/analyzer/test/generated/parser_fasta_test.dart
+++ b/pkg/analyzer/test/generated/parser_fasta_test.dart
@@ -422,13 +422,6 @@ class FastaParserTestCase extends Object
}
@override
- CompilationUnit parseCompilationUnitWithOptions(String source,
- [List<ErrorCode> errorCodes = const <ErrorCode>[]]) {
- // TODO(paulberry): implement parseCompilationUnitWithOptions
- throw new UnimplementedError();
- }
-
- @override
ConditionalExpression parseConditionalExpression(String code) {
return _parseExpression(code);
}
« no previous file with comments | « no previous file | pkg/analyzer/test/generated/parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698