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

Unified Diff: pkg/front_end/test/scanner_fasta_test.dart

Issue 2903063003: update lazy assignment operators (Closed)
Patch Set: Created 3 years, 7 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/front_end/test/precedence_info_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_fasta_test.dart
diff --git a/pkg/front_end/test/scanner_fasta_test.dart b/pkg/front_end/test/scanner_fasta_test.dart
index 9404a293ef8fdd24a9dbc46fc056dfc4a7871469..7102359f10d7da4fe3a7eb46606f29144774cb76 100644
--- a/pkg/front_end/test/scanner_fasta_test.dart
+++ b/pkg/front_end/test/scanner_fasta_test.dart
@@ -30,8 +30,7 @@ class ScannerTest_Fasta extends ScannerTestBase {
bool lazyAssignmentOperators: false}) {
var scanner = new fasta.StringScanner(source,
includeComments: true,
- scanGenericMethodComments: genericMethodComments,
- scanLazyAssignmentOperators: lazyAssignmentOperators);
+ scanGenericMethodComments: genericMethodComments);
var token = scanner.tokenize();
return new ToAnalyzerTokenStreamConverter_WithListener(listener)
.convertTokens(token);
« no previous file with comments | « pkg/front_end/test/precedence_info_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698