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 afc199d6e0986824bae23be9497ee1a41864356e..16ff636323391d6e15e30e753e0c590c00365663 100644 |
--- a/tests/compiler/dart2js/diagnostic_reporter_helper.dart |
+++ b/tests/compiler/dart2js/diagnostic_reporter_helper.dart |
@@ -73,4 +73,7 @@ abstract class DiagnosticReporterWrapper extends DiagnosticReporter { |
withCurrentElement(Element element, f()) { |
return reporter.withCurrentElement(element, f); |
} |
+ |
+ @override |
+ bool get hasReportedError => reporter.hasReportedError; |
} |