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

Unified Diff: pkg/front_end/test/src/base/libraries_reader_test.dart

Issue 2784363002: flag to enable fasta scanner in analyzer (Closed)
Patch Set: rebase 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/front_end/test/scanner_test.dart ('k') | pkg/front_end/tool/perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/src/base/libraries_reader_test.dart
diff --git a/pkg/front_end/test/src/base/libraries_reader_test.dart b/pkg/front_end/test/src/base/libraries_reader_test.dart
index 520e1ff66dcec511eaf663643253e4fc7e67a8c1..548fea0493764689cd53a07d46dde147ab634b12 100644
--- a/pkg/front_end/test/src/base/libraries_reader_test.dart
+++ b/pkg/front_end/test/src/base/libraries_reader_test.dart
@@ -227,7 +227,7 @@ const int VM_PLATFORM = 2;
}
class _Scanner extends Scanner {
- _Scanner(String contents) : super(new CharSequenceReader(contents)) {
+ _Scanner(String contents) : super.create(new CharSequenceReader(contents)) {
preserveComments = false;
}
« no previous file with comments | « pkg/front_end/test/scanner_test.dart ('k') | pkg/front_end/tool/perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698