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

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

Issue 2793113002: Convert constructor initializers in endInitializers() and other tweaks. (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 | « 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 20c2daa06da3cade86e444bf33a9ece344b7b8d9..cadc950d3de74dd403e5e8a208ec59d11be2bfeb 100644
--- a/pkg/analyzer/test/generated/parser_test.dart
+++ b/pkg/analyzer/test/generated/parser_test.dart
@@ -99,10 +99,6 @@ abstract class AbstractParserTestCase implements ParserTestHelpers {
CompilationUnit parseCompilationUnit(String source,
[List<ErrorCode> errorCodes = const <ErrorCode>[]]);
- /// TODO(paulberry): merge with [parseCompilationUnit]
- CompilationUnit parseCompilationUnitWithOptions(String source,
- [List<ErrorCode> errorCodes = const <ErrorCode>[]]);
-
ConditionalExpression parseConditionalExpression(String code);
Expression parseConstExpression(String code);
@@ -1787,7 +1783,7 @@ class C {
}
void test_topLevelFunction_nestedGenericFunction() {
- parseCompilationUnitWithOptions('''
+ parseCompilationUnit('''
void f() {
void g<T>() {
}
« 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