| Index: pkg/front_end/test/scanner_roundtrip_test.dart
|
| diff --git a/pkg/front_end/test/scanner_roundtrip_test.dart b/pkg/front_end/test/scanner_roundtrip_test.dart
|
| index 9594dd7d37df6981930324491270a773b2f9244e..d731605b8b907c5a33c73ab5e2975a13021e9382 100644
|
| --- a/pkg/front_end/test/scanner_roundtrip_test.dart
|
| +++ b/pkg/front_end/test/scanner_roundtrip_test.dart
|
| @@ -76,7 +76,7 @@ class ScannerTest_RoundTrip extends ScannerTest {
|
| }
|
|
|
| class TestScanner extends analyzer.Scanner {
|
| - TestScanner(analyzer.CharacterReader reader) : super(reader);
|
| + TestScanner(analyzer.CharacterReader reader) : super.create(reader);
|
|
|
| @override
|
| void reportError(
|
|
|