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

Unified Diff: pkg/front_end/test/scanner_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
Index: pkg/front_end/test/scanner_test.dart
diff --git a/pkg/front_end/test/scanner_test.dart b/pkg/front_end/test/scanner_test.dart
index 2418fc2a691b2bdf48cf1247367c8f0a723aa24d..bfcad1a556f536d34d3fea7860875e5b627aeb23 100644
--- a/pkg/front_end/test/scanner_test.dart
+++ b/pkg/front_end/test/scanner_test.dart
@@ -1516,7 +1516,7 @@ class TokenTypeTest {
class _TestScanner extends Scanner {
final ErrorListener listener;
- _TestScanner(CharacterReader reader, [this.listener]) : super(reader);
+ _TestScanner(CharacterReader reader, [this.listener]) : super.create(reader);
@override
void reportError(
« no previous file with comments | « pkg/front_end/test/scanner_roundtrip_test.dart ('k') | pkg/front_end/test/src/base/libraries_reader_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698