| Index: tests/compiler/dart2js/diagnostic_reporter_helper.dart
|
| diff --git a/tests/compiler/dart2js/diagnostic_reporter_helper.dart b/tests/compiler/dart2js/diagnostic_reporter_helper.dart
|
| index 0bff79516ae77b82d01ce11571632495855a1518..afc199d6e0986824bae23be9497ee1a41864356e 100644
|
| --- a/tests/compiler/dart2js/diagnostic_reporter_helper.dart
|
| +++ b/tests/compiler/dart2js/diagnostic_reporter_helper.dart
|
| @@ -9,6 +9,7 @@ import 'package:compiler/src/diagnostics/messages.dart';
|
| import 'package:compiler/src/diagnostics/spannable.dart';
|
| import 'package:compiler/src/diagnostics/source_span.dart';
|
| import 'package:compiler/src/elements/elements.dart';
|
| +import 'options_helper.dart';
|
|
|
| abstract class DiagnosticReporterWrapper extends DiagnosticReporter {
|
| DiagnosticReporter get reporter;
|
|
|